From f811656150ff5f78e55b21702688f082330f78bd Mon Sep 17 00:00:00 2001 From: Adrian Gibanel Lopez Date: Mon, 18 Jan 2016 03:29:30 +0000 Subject: Make: syslinux,grub-efi the default bootloaders because UEFI is getting widely adopted but BIOS support is still needed. --- functions/defaults.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions') diff --git a/functions/defaults.sh b/functions/defaults.sh index 6b28837b3..90921d722 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -532,7 +532,7 @@ Set_defaults () then case "${LB_ARCHITECTURES}" in amd64|i386) - LB_BOOTLOADERS="syslinux" + LB_BOOTLOADERS="syslinux,grub-efi" ;; esac fi -- cgit v1.2.3