summaryrefslogtreecommitdiffstats
path: root/examples/minimal/config/build.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'examples/minimal/config/build.cfg')
-rw-r--r--examples/minimal/config/build.cfg2
1 files changed, 2 insertions, 0 deletions
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'
),
},