Changeset 3482 in MondoRescue for branches/3.2/mindi/mindi


Ignore:
Timestamp:
Oct 26, 2015, 10:55:58 AM (8 years ago)
Author:
Bruno Cornec
Message:

Update the options passed to mkisofs to long options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/mindi

    r3481 r3482  
    111111if [ -d "/sys/firmware/efi" ]; then
    112112    BOOT_TYPE="UEFI"
    113     ISO_OPT="$ISO_OPT -eltorito-alt-boot -e images/mindi-bootroot.img -no-emul-boot"
     113    ISO_OPT="$ISO_OPT -eltorito-alt-boot -efi-boot images/mindi-bootroot.img -no-emul-boot"
    114114else
    115115    # Find MBR in case of bootable USB device to build
Note: See TracChangeset for help on using the changeset viewer.