diff options
Diffstat (limited to 'config/build.cfg')
-rw-r--r-- | config/build.cfg | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/build.cfg b/config/build.cfg index 1500e0a..da7ef56 100644 --- a/config/build.cfg +++ b/config/build.cfg @@ -346,10 +346,12 @@ my $_l = { mbr_boot_img => 'bootloader/images/boot_hybrid.img', eltorito_img => 'bootloader/images/eltorito.img', if_($arch eq 'i586', - boot_efi => 'bootloader/images/bootia32.efi' + efi_type => '32bit', + boot32_efi => 'bootloader/images/bootia32.efi' ), if_($arch eq 'x86_64', - boot_efi => 'bootloader/images/bootx64.efi' + efi_type => '64bit', + boot64_efi => 'bootloader/images/bootx64.efi' ), }, mount => MGA::DrakISO::Mounts::volatile_squash_union($use_modules), |