You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
install: Don't require EFI if booted via BIOS and doing alongside
Today Anaconda defaults to setting up the bootloader with
source == target mode; on x86_64 that means if booted via BIOS
the system is installed just with BIOS, and EFI if booted via EFI.
When we're doing an alongside install we hence cannot require
an ESP.
Signed-off-by: Colin Walters <[email protected]>
0 commit comments