Changeset 3549 in MondoRescue for branches/3.2/mondo/src/include/my-stuff.h


Ignore:
Timestamp:
Apr 4, 2016, 4:39:22 PM (8 years ago)
Author:
Bruno Cornec
Message:
  • Fix an issue for xorriso with efi options (extra space removed to fix the option)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/include/my-stuff.h

    r3539 r3549  
    182182#define MONDO_MKISOFS_CMS " -b syslinux/isolinux.bin -c syslinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table "
    183183#define MONDO_UEFI_PREFIX " -b EFI/isolinux.bin -c EFI/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table -eltorito-alt-boot "
    184 #define MONDO_MKISOFS_UEFI " -efi-boot images/mindi-bootroot.img -no-emul-boot "
     184/* No space before this one as we may want to add another '-' before it */
     185#define MONDO_MKISOFS_UEFI "-efi-boot images/mindi-bootroot.img -no-emul-boot "
    185186
    186187/**
Note: See TracChangeset for help on using the changeset viewer.