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


Ignore:
Timestamp:
Mar 22, 2016, 1:50:08 AM (8 years ago)
Author:
Bruno Cornec
Message:
  • Review of mkisofs options to mimic what mindi now does and generation is now identical for UEFI
  • Image still not seen as bootable for the server
File:
1 edited

Legend:

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

    r3514 r3539  
    179179#define MONDO_GENISOIMAGE_CMD "genisoimage"
    180180#define MONDO_XORRISO_CMD "xorriso -as mkisofs"
    181 #define MONDO_MKISOFS " -r -p MondoRescue -publisher www.mondorescue.org -A Mondo_Rescue_GPL_Version "
    182 #define MONDO_MKISOFS_CMS " -b syslinux/isolinux.bin -c syslinux/boot.cat -boot-load-size 4 "
    183 #define MONDO_UEFI_SUFFIX " -b EFI/isolinux.bin -c EFI/boot.cat -boot-load-size 4 -eltorito-alt-boot "
    184 #define MONDO_MKISOFS_UEFI "-efi-boot images/mindi-bootroot.img -no-emul-boot "MONDO_UEFI_SUFFIX
     181#define MONDO_MKISOFS " -J -r -v -p MondoRescue -publisher http://www.mondorescue.org -A MondoRescue -V _CD#_ "
     182#define MONDO_MKISOFS_CMS " -b syslinux/isolinux.bin -c syslinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table "
     183#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 "
    185185
    186186/**
    187187 * @c mkisofs command to generate a bootable CD using isolinux, except for -o option and the directory to image.
    188188 */
    189 #define MONDO_MKISOFS_REGULAR_SYSLINUX  MONDO_MKISOFS"-J -boot-info-table -no-emul-boot "
     189#define MONDO_MKISOFS_REGULAR_SYSLINUX  MONDO_MKISOFS
    190190
    191191/**
     
    197197 * @c mkisofs command to generate a bootable CD using ELILO, except for -o option and the directory to image.
    198198 */
    199 #define MONDO_MKISOFS_REGULAR_ELILO      MONDO_MKISOFS"-J -no-emul-boot -b images/mindi-bootroot.img -c images/boot.cat "
     199#define MONDO_MKISOFS_REGULAR_ELILO      MONDO_MKISOFS"-no-emul-boot -b images/mindi-bootroot.img -c images/boot.cat "
    200200
    201201/**
     
    207207 * @c growisofs command to generate a bootable DVD using isolinux, except for the directory to image.
    208208 */
    209 #define MONDO_GROWISOFS_REGULAR_SYSLINUX "growisofs -use-the-force-luke "MONDO_MKISOFS_REGULAR_SYSLINUX" -V _CD#_ -v"
     209#define MONDO_GROWISOFS_REGULAR_SYSLINUX "growisofs -use-the-force-luke "MONDO_MKISOFS_REGULAR_SYSLINUX
    210210
    211211/**
    212212 * @c growisofs command to generate a bootable DVD using LILO, except for the directory to image.
    213213     */
    214 #define MONDO_GROWISOFS_REGULAR_ELILO     "growisofs -use-the-force-luke "MONDO_MKISOFS_REGULAR_ELILO" -V _CD#_ -v"
     214#define MONDO_GROWISOFS_REGULAR_ELILO     "growisofs -use-the-force-luke "MONDO_MKISOFS_REGULAR_ELILO
    215215
    216216/**
    217217 * @c growisofs command to generate a bootable DVD using LILO, except for the directory to image.
    218218     */
    219 #define MONDO_GROWISOFS_REGULAR_LILO     "growisofs "MONDO_MKISOFS_REGULAR_SYSLINUX" -V _CD#_ -v"
     219#define MONDO_GROWISOFS_REGULAR_LILO     "growisofs "MONDO_MKISOFS_REGULAR_SYSLINUX
    220220
    221221/**
    222222 * @c growisofs command to generate a nonbootable DVD, except for the directory to image.
    223223 */
    224 #define MONDO_GROWISOFS_NONBOOT          "growisofs -use-the-force-luke -J "MONDO_MKISOFS" -V _CD#_ -v"
     224#define MONDO_GROWISOFS_NONBOOT          "growisofs -use-the-force-luke "MONDO_MKISOFS
    225225
    226226/**
Note: See TracChangeset for help on using the changeset viewer.