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


Ignore:
Timestamp:
Feb 8, 2016, 11:12:20 PM (8 years ago)
Author:
Bruno Cornec
Message:
  • Adds a mr_sys module for the mr_system function and a unit test
File:
1 edited

Legend:

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

    r3494 r3498  
    184184 * @c mkisofs command to generate a bootable CD using isolinux, except for -o option and the directory to image.
    185185 */
    186 #define MONDO_MKISOFS_REGULAR_SYSLINUX  MONDO_MKISOFS"-J -boot-info-table -no-emul-boot -b isolinux/isolinux.bin -c isolinux/boot.cat -boot-load-size 4 "
     186#define MONDO_MKISOFS_REGULAR_SYSLINUX  MONDO_MKISOFS"-J -boot-info-table -no-emul-boot -b syslinux/isolinux.bin -c syslinux/boot.cat -boot-load-size 4 "
    187187
    188188/**
     
    204204 * @c growisofs command to generate a bootable DVD using isolinux, except for the directory to image.
    205205 */
    206 #define MONDO_GROWISOFS_REGULAR_SYSLINUX "growisofs -use-the-force-luke -J -no-emul-boot -boot-load-size 4 -b isolinux/isolinux.bin --boot-info-table -c isolinux/boot.cat -boot-load-size 4 -r -p MondoRescue -publisher www.mondorescue.org -A Mondo_Rescue_GPL_Version -V _CD#_ -v"
     206#define MONDO_GROWISOFS_REGULAR_SYSLINUX "growisofs -use-the-force-luke -J -no-emul-boot -boot-load-size 4 -b syslinux/isolinux.bin --boot-info-table -c syslinux/boot.cat -boot-load-size 4 -r -p MondoRescue -publisher www.mondorescue.org -A Mondo_Rescue_GPL_Version -V _CD#_ -v"
    207207
    208208/**
     
    214214 * @c growisofs command to generate a bootable DVD using LILO, except for the directory to image.
    215215     */
    216 #define MONDO_GROWISOFS_REGULAR_LILO     "growisofs -no-emul-boot -b isolinux/isolinux.bin -c isolinux/boot.cat -J -r -p MondoRescue -publisher www.mondorescue.org -A Mondo_Rescue_GPL -V _CD#_ -v"
     216#define MONDO_GROWISOFS_REGULAR_LILO     "growisofs -no-emul-boot -b syslinux/isolinux.bin -c syslinux/boot.cat -J -r -p MondoRescue -publisher www.mondorescue.org -A Mondo_Rescue_GPL -V _CD#_ -v"
    217217
    218218/**
Note: See TracChangeset for help on using the changeset viewer.