Changeset 3494 in MondoRescue for branches/3.2/mondo/src/include
- Timestamp:
- Jan 5, 2016, 1:45:53 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mondo/src/include/my-stuff.h
r3492 r3494 184 184 * @c mkisofs command to generate a bootable CD using isolinux, except for -o option and the directory to image. 185 185 */ 186 #define MONDO_MKISOFS_REGULAR_SYSLINUX MONDO_MKISOFS"-J -boot-info-table -no-emul-boot -b isolinux .bin -cboot.cat -boot-load-size 4 "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 " 187 187 188 188 /** … … 194 194 * @c mkisofs command to generate a bootable CD using ELILO, except for -o option and the directory to image. 195 195 */ 196 #define MONDO_MKISOFS_REGULAR_ELILO MONDO_MKISOFS"-J -no-emul-boot -b images/mindi-bootroot.img -c boot.cat "196 #define MONDO_MKISOFS_REGULAR_ELILO MONDO_MKISOFS"-J -no-emul-boot -b images/mindi-bootroot.img -c images/boot.cat " 197 197 198 198 /** … … 204 204 * @c growisofs command to generate a bootable DVD using isolinux, except for the directory to image. 205 205 */ 206 #define MONDO_GROWISOFS_REGULAR_SYSLINUX "growisofs -use-the-force-luke -J -no-emul-boot -boot-load-size 4 -b isolinux .bin --boot-info-table -cboot.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 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" 207 207 208 208 /** 209 209 * @c growisofs command to generate a bootable DVD using LILO, except for the directory to image. 210 210 */ 211 #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"211 #define MONDO_GROWISOFS_REGULAR_ELILO "growisofs -use-the-force-luke -no-emul-boot -b images/mindi-bootroot.img -c images/boot.cat -J -r -p MondoRescue -publisher www.mondorescue.org -A Mondo_Rescue_GPL -V _CD#_ -v" 212 212 213 213 /** 214 214 * @c growisofs command to generate a bootable DVD using LILO, except for the directory to image. 215 215 */ 216 #define MONDO_GROWISOFS_REGULAR_LILO "growisofs -no-emul-boot -b isolinux .bin -cboot.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 isolinux/isolinux.bin -c isolinux/boot.cat -J -r -p MondoRescue -publisher www.mondorescue.org -A Mondo_Rescue_GPL -V _CD#_ -v" 217 217 218 218 /**
Note:
See TracChangeset
for help on using the changeset viewer.