Changeset 3406 in MondoRescue for branches/3.2/mondo/src/include


Ignore:
Timestamp:
Aug 6, 2015, 8:10:25 AM (9 years ago)
Author:
Bruno Cornec
Message:

Homogeneize bootroot image name

In bth mindi and mondo use systematically mindi-bootroot.img as the name
of the bootable image used to make CD. Simpler and always the same for
all cases.

File:
1 edited

Legend:

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

    r3404 r3406  
    193193 * @c mkisofs command to generate a bootable CD using ELILO, except for -o option and the directory to image.
    194194 */
    195 #define MONDO_MKISOFS_REGULAR_ELILO      MONDO_MKISOFS"-J -no-emul-boot -b images/mindi-bootroot."IA64_BOOT_SIZE".img -c boot.cat "
     195#define MONDO_MKISOFS_REGULAR_ELILO      MONDO_MKISOFS"-J -no-emul-boot -b images/mindi-bootroot.img -c boot.cat "
    196196
    197197/**
     
    208208 * @c growisofs command to generate a bootable DVD using LILO, except for the directory to image.
    209209     */
    210 #define MONDO_GROWISOFS_REGULAR_ELILO     "growisofs -use-the-force-luke -no-emul-boot -b images/mindi-boot.2880.img -c boot.cat -J -r -p MondoRescue -publisher www.mondorescue.org -A Mondo_Rescue_GPL -V _CD#_ -v"
     210#define MONDO_GROWISOFS_REGULAR_ELILO     "growisofs -use-the-force-luke -no-emul-boot -b images/mindi-bootroot.img -c boot.cat -J -r -p MondoRescue -publisher www.mondorescue.org -A Mondo_Rescue_GPL -V _CD#_ -v"
    211211
    212212/**
Note: See TracChangeset for help on using the changeset viewer.