diff options
Diffstat (limited to 'examples/gui/config/build.cfg')
-rw-r--r-- | examples/gui/config/build.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/gui/config/build.cfg b/examples/gui/config/build.cfg index b21b5fd..bb95e5d 100644 --- a/examples/gui/config/build.cfg +++ b/examples/gui/config/build.cfg @@ -205,11 +205,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(), |