diff options
Diffstat (limited to 'examples/minimal/config')
-rw-r--r-- | examples/minimal/config/build.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/minimal/config/build.cfg b/examples/minimal/config/build.cfg index 079c5f6..79e2fe8 100644 --- a/examples/minimal/config/build.cfg +++ b/examples/minimal/config/build.cfg @@ -181,11 +181,11 @@ my $_l = { 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' + boot32_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' + boot64_efi => '/usr/share/drakiso-bootloader/images/bootx64.efi' ), }, mount => MGA::DrakISO::Mounts::volatile_squash_union(), |