Ignore:
Timestamp:
Mar 20, 2006, 11:41:31 PM (18 years ago)
Author:
bcornec
Message:

mindi.conf created and use in mindi + install.sh + rpm

Location:
branches/stable/mindi/distributions/conf
Files:
1 added
1 copied

Legend:

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

    r447 r449  
    1 # Mondorescue configuration file
     1# Mindi configuration file
    22#
    33# $Id$
    44#
    55# We tried to give sensible defaults in this file.
    6 # Changing some values may render mondorescue instable
     6# Changing some values may render mindi instable
    77# or cause failures. Use with care.
    8 
    9 
    10 #
    11 # ISO image CLI command to use
    12 # do not specify the -o, -c or the -b options, nor the directory to backup
    13 # as they will be generated by mondoarchive
    14 #
    15 iso_creation_cmd="/usr/bin/mkisofs"
    16 #iso_creation_cmd="/usr/bin/growisofs"
    17 
    18 #
    19 # ISO image common creation options (for mkisofs and growisofs)
    20 # do not specify the -o, -c or the -b options, nor the directory to backup
    21 #
    22 iso_creation_options="-J -r -p MondoRescue -publisher www.mondorescue.org -A Mondo_Rescue_GPL_Version -V _CD#_"
    23 #iso_creation_options="-use-the-force-luke -v  -J -r -p MondoRescue -publisher www.mondorescue.org -A Mondo_Rescue_GPL_Version -V _CD#_"
    24 
    25 #
    26 # ISO Burning CLI command to use
    27 #
    28 iso_burning_cmd="/usr/bin/cdrecord"
    29 
    30 #
    31 #  ISO Burning CLI command options
    32 iso_burning_options="-eject dev=%s speed=%d fs=24m"
    33 
    34 #
    35 # ISO Burning Speed
    36 #
    37 iso_burning_speed=1
    38 
    39 #
    40 # Default size of media
    41 #
    42 # Use 4380 for DVDs, 650 or 700 for CDs
    43 #
    44 media_size=4380
    45 
    46 #
    47 # Default device of media
    48 #
    49 # Use /dev/hdc, /dev/sr0, /dev/st0, ATAPI:0,0,0, ...
    50 #
    51 media_device="/dev/hdc"
    52 
    53 #
    54 # Is the CD tray manual ? (yes|no)
    55 #
    56 manual_tray=no
    578
    589#
    5910# Default log level
    6011#
    61 log_level=4
     12mindi_log_level=4
    6213
    6314#
    64 # prefix for ISO names
     15# Extra space for Ram disk
    6516#
    66 prefix=mondorescue
     17mindi_extra_space=24576
    6718
    6819#
    6920# Size of the boot image for ia64
    7021#
    71 ia64_boot_size=8192
     22mindi_ia64_boot_size=8192
    7223
    7324#
    74 # External tape blocksize
     25# deplist directory
    7526#
    76 external_tape_blocksize=131072
    77 
    78 #
    79 # Internal tape blocksize
    80 #
    81 internal_tape_blocksize=8192
    82 
    83 #
    84 # Size of the slices for biggiefiles
    85 #
    86 slice_size=4096
    87 
    88 #
    89 # deplist file used
    90 #
    91 deplist_file="/etc/mondorescue/deplist.txt"
     27mindi_deplist_dir="/etc/mindi/deplist.d"
    9228
    9329#
    9430# Write boot floppies (yes|no) ?
    9531#
    96 write_boot_floppy=no
     32mindi_write_boot_floppy="no"
     33
     34#
     35# Force dual floppies ?
     36#
     37mindi_dual_floppies="no"
    9738
    9839#
    9940# Write mindi CD (yes|no) ?
    10041#
    101 write_mindi_cd=no
     42mindi_write_mindi_cd="no"
    10243
    10344#
    10445# Kernel to use (NATIVE|FAILSAFE|PATH TO THE KERNEL)
    10546#
    106 mondorescue_kernel="NATIVE"
     47mindi_kernel="NATIVE"
    10748#mondorescue_kernel="/boot/vmlinuz.special"
    10849
     
    11152# (white space separated list of modules)
    11253#
    113 additional_modules=""
     54mindi_additional_modules=""
    11455
    11556#
     
    11758# (GRUB|ELILO|LILO|RAW|NATIVE)
    11859#
    119 boot_loader=NATIVE
     60mindi_boot_loader="NATIVE"
    12061
    12162#
    122 # Differential backup or full (yes|no)
     63# Images creation dir
    12364#
    124 differential=no
    125 
    126 #
    127 # Default compression tool
    128 #
    129 compression_tool="/usr/bin/bzip2"
    130 
    131 #
    132 # Default compression level
    133 #
    134 compression_level=3
    135 
    136 #
    137 # Paths to exclude from backup
    138 # (white space separated list of paths)
    139 #
    140 exclude_files=""
    141 
    142 #
    143 # Activate semi-graphical mode by default (yes|no)
    144 #
    145 text_mode=no
    146 
    147 #
    148 # Activate automatic restore (Use with caution) (yes|no)
    149 #
    150 automatic_restore=no
    151 
    152 #
    153 # Scratch directory
    154 #
    155 scratch_dir=""
    156 #scratch_dir="/tmp/mondo/scratch"
     65mindi_images_dir="/var/cache/mindi"
    15766
    15867#
    15968# Temporary directory
    16069#
    161 tmp_dir=""
    162 #tmp_dir="/tmp/mondo/tmp"
     70mindi_tmp_dir="/tmp"
    16371
    16472#
    165 # Images creation dir
     73# Floppy Disk Device
    16674#
    167 images_dir="/root/images/mindi"
     75mindi_fd_device="/dev/fd0"
Note: See TracChangeset for help on using the changeset viewer.