From b99684a3efafea61bad4c43095f56d04623d04f9 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Sat, 17 Mar 2018 12:12:19 +0000 Subject: Support 32-bit EFI with 64-bit system (and vice-versa). --- examples/minimal/config/build.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/minimal') diff --git a/examples/minimal/config/build.cfg b/examples/minimal/config/build.cfg index e731f08..079c5f6 100644 --- a/examples/minimal/config/build.cfg +++ b/examples/minimal/config/build.cfg @@ -180,9 +180,11 @@ my $_l = { mbr_boot_img => '/usr/share/drakiso-bootloader/images/boot_hybrid.img', eltorito_img => '/usr/share/drakiso-bootloader/images/eltorito.img', if_($arch eq 'i586', + efi_type => '32bit', boot_efi => '/usr/share/drakiso-bootloader/images/bootia32.efi' ), if_($arch eq 'x86_64', + efi_type => '64bit', boot_efi => '/usr/share/drakiso-bootloader/images/bootx64.efi' ), }, -- cgit v1.2.1