Ignore:
Timestamp:
Aug 9, 2007, 3:19:05 PM (17 years ago)
Author:
Bruno Cornec
Message:
  • use of conf file for mkisofs and cdrecord commands
  • unification of cdr,cdrw and dvd
  • may not compile, modifications will continue
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/distributions/conf/mindi.conf.dist

    r1581 r1592  
    164164#
    165165mr_iso_creation_cmd="/usr/bin/mkisofs"
    166 #mindi_iso_creation_cmd="/usr/bin/growisofs"
    167166
    168167#
    169 # ISO image common creation options (for mkisofs/growisofs/wodim)
     168# ISO image common creation options (for mkisofs/gencdromimage/...)
    170169# do not specify the -o, -c or the -b options, nor the directory to backup
    171170# as they will be generated by mondoarchive
     171# _CD#_ is a mondo macro that will be replaced by the CD number
    172172#
    173 mr_iso_creation_opt="-J -r -p MondoRescue -publisher http://www.mondorescue.org -A MondoRescue"
    174 #mr_iso_creation_options="-use-the-force-luke -v  -J -r -p MondoRescue -publisher www.mondorescue.org -A MondoRescue -V _CD#_"
     173mr_iso_creation_opt="-J -r -v -p MondoRescue -publisher http://www.mondorescue.org -A MondoRescue -o _ISO_ -V _CD#_ -boot-info-table -no-emul-boot -boot-load-size 4"
     174# For ia64
     175#mr_iso_creation_opt="-J -r -v -p MondoRescue -publisher http://www.mondorescue.org -A MondoRescue -V _CD#_ -no-emul-boot"
     176# other example:
     177#mr_iso_creation_options="-use-the-force-luke -no-emul-boot -boot-load-size 4 -v -J -r -p MondoRescue -publisher www.mondorescue.org -A MondoRescue -V _CD#_"
Note: See TracChangeset for help on using the changeset viewer.