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/alongside: Match bootloader method by default
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.
Hence, we must match the target boot method only.
(TODO: drive down into bootupd something like `backend install --component=auto`)
Signed-off-by: Colin Walters <[email protected]>
0 commit comments