Make: syslinux,grub-efi the default bootloaders because
UEFI is getting widely adopted but BIOS support is still needed.
This commit is contained in:
parent
ee9a6de2cc
commit
f811656150
|
@ -532,7 +532,7 @@ Set_defaults ()
|
|||
then
|
||||
case "${LB_ARCHITECTURES}" in
|
||||
amd64|i386)
|
||||
LB_BOOTLOADERS="syslinux"
|
||||
LB_BOOTLOADERS="syslinux,grub-efi"
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue