Changeset 3481 in MondoRescue


Ignore:
Timestamp:
Oct 22, 2015, 2:14:39 PM (8 years ago)
Author:
Bruno Cornec
Message:

Only one call to alt-boot for UEFI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/mindi

    r3480 r3481  
    15401540        fi
    15411541        CMD="$ISO_CMD -U $ISO_OPT -V Mindi_Image -o $MINDI_CACHE/mindi.iso -b isolinux.bin -c boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table"
    1542         if [ "$BOOT_TYPE" = "UEFI" ]; then
    1543             # These options do not work for all genisoimage versions :-(
    1544             CMD="$CMD -eltorito-alt-boot -efi-boot images/mindi-bootroot.img -no-emul-boot"
    1545         fi
    15461542    else
    15471543        CMD="$ISO_CMD $ISO_OPT -V Mindi_Image -o $MINDI_CACHE/mindi.iso -b images/mindi-bootroot.img -c images/boot.cat -no-emul-boot"
Note: See TracChangeset for help on using the changeset viewer.