Ignore:
Timestamp:
Aug 26, 2007, 12:26:06 PM (17 years ago)
Author:
Bruno Cornec
Message:

Use of conf file entries (iso_burning_*, media_device, media_size)
and adapatation of the rest of the code to that (including bkpinfo)

File:
1 edited

Legend:

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

    r1592 r1594  
    1414mondo_iso_burning_cmd="/usr/bin/cdrecord"
    1515#mondo_iso_burning_cmd="/usr/bin/growisofs"
     16#
     17
     18#
     19# If necessary (different from mondo_media_device),
     20# precise the string used as a device by the previous command
     21#mondo_iso_burning_dev="0,0,0"
    1622
    1723#
    1824# ISO Burning CLI command options
    1925mondo_iso_burning_opt="-eject fs=24m driveropts=burnfree"
    20 #mondo_iso_burning_options="-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"
     26#mondo_iso_burning_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"
    2127
    2228#
     
    2632
    2733#
    28 # Default size of media
     34# Erase CLI command to use fir RW media
     35#
     36mondo_rw_erase_cmd="/usr/bin/cdrecord"
     37
     38#
     39# Erase CLI command to use fir RW media
     40#
     41mondo_rw_erase_opt="blank=fast"
     42
     43#
     44# Default size of media in MiB
    2945#
    3046# Use 4480 for DVDs, 650 or 700 for CDs
Note: See TracChangeset for help on using the changeset viewer.