Changeset 511 in MondoRescue for branches/stable/mondo
- Timestamp:
- Apr 30, 2006, 9:08:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/mondo/common/my-stuff.h
r497 r511 347 347 * @c growisofs command to generate a bootable DVD using isolinux, except for the directory to image. 348 348 */ 349 #define MONDO_GROWISOFS_REGULAR_SYSLINUX "growisofs - speed=1 -use-the-force-luke -J -no-emul-boot -boot-load-size 4 -b isolinux.bin --boot-info-table -c boot.cat -boot-load-size 4 -r -p MondoRescue -publisher www.mondorescue.org -A Mondo_Rescue_GPL_Version -V _CD#_ -v"349 #define MONDO_GROWISOFS_REGULAR_SYSLINUX "growisofs -use-the-force-luke -J -no-emul-boot -boot-load-size 4 -b isolinux.bin --boot-info-table -c boot.cat -boot-load-size 4 -r -p MondoRescue -publisher www.mondorescue.org -A Mondo_Rescue_GPL_Version -V _CD#_ -v" 350 350 351 351 /** 352 352 * @c growisofs command to generate a bootable DVD using LILO, except for the directory to image. 353 353 */// -b images/mindi-boot.2880.img 354 #define MONDO_GROWISOFS_REGULAR_ELILO "growisofs - speed=1 -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"354 #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" 355 355 356 356 /** 357 357 * @c growisofs command to generate a bootable DVD using LILO, except for the directory to image. 358 358 */// -b images/mindi-boot.2880.img 359 #define MONDO_GROWISOFS_REGULAR_LILO "growisofs - speed=1 -no-emul-boot -b isolinux.bin -c boot.cat -J -r -p MondoRescue -publisher www.mondorescue.org -A Mondo_Rescue_GPL -V _CD#_ -v"359 #define MONDO_GROWISOFS_REGULAR_LILO "growisofs -no-emul-boot -b isolinux.bin -c boot.cat -J -r -p MondoRescue -publisher www.mondorescue.org -A Mondo_Rescue_GPL -V _CD#_ -v" 360 360 361 361 /** 362 362 * @c growisofs command to generate a nonbootable DVD, except for the directory to image. 363 363 */ 364 #define MONDO_GROWISOFS_NONBOOT "growisofs - speed=1 -use-the-force-luke -J -r -p MondoRescue -publisher www.mondorescue.org -A Mondo_Rescue_GPL -V _CD#_ -v"364 #define MONDO_GROWISOFS_NONBOOT "growisofs -use-the-force-luke -J -r -p MondoRescue -publisher www.mondorescue.org -A Mondo_Rescue_GPL -V _CD#_ -v" 365 365 366 366 /**
Note:
See TracChangeset
for help on using the changeset viewer.