Make: syslinux,grub-efi the default bootloaders because

UEFI is getting widely adopted but BIOS support is still
needed.
This commit is contained in:
Adrian Gibanel Lopez 2016-01-18 03:29:30 +00:00
parent ee9a6de2cc
commit f811656150
1 changed files with 1 additions and 1 deletions

View File

@ -532,7 +532,7 @@ Set_defaults ()
then
case "${LB_ARCHITECTURES}" in
amd64|i386)
LB_BOOTLOADERS="syslinux"
LB_BOOTLOADERS="syslinux,grub-efi"
;;
esac
fi