source: MondoRescue/branches/stable/mondo/distributions/conf/mondo.conf@ 538

Last change on this file since 538 was 538, checked in by bcornec, 18 years ago

Begining of modifications => DOS NOT WORK FOR NOW.
This is done to be merged in trunk. stable will later point back to current 2.0.8 content

Use of mindi conf file in mindi + /var/cache/mindi as a default place
Use of mondo conf file in mondo + separation of messages.
Ultimate goal is to have a cleaner design of files vs functions.

File size: 2.9 KB
RevLine 
[344]1# Mondorescue configuration file
2#
3# $Id$
4#
5# We tried to give sensible defaults in this file.
6# Changing some values may render mondorescue instable
[388]7# or cause failures. Use with care.
[344]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#
[538]15mondo_iso_creation_cmd="/usr/bin/mkisofs"
[344]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#
[538]22mondo_iso_creation_options="-J -r -p MondoRescue -publisher www.mondorescue.org -A Mondo_Rescue_GPL_Version -V _CD#_"
[344]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#
[538]28mondo_iso_burning_cmd="/usr/bin/cdrecord"
[344]29
30#
31# ISO Burning CLI command options
[538]32mondo_iso_burning_options="-eject dev=%s speed=%d fs=24m driveropts=burnfree"
[344]33
34#
[532]35# ISO Burning Speed (optional)
[344]36#
[538]37#mondo_iso_burning_speed=1
[344]38
39#
40# Default size of media
41#
42# Use 4380 for DVDs, 650 or 700 for CDs
43#
[538]44mondo_media_size=4380
[344]45
46#
47# Default device of media
48#
49# Use /dev/hdc, /dev/sr0, /dev/st0, ATAPI:0,0,0, ...
50#
[538]51mondo_media_device="/dev/hdc"
[344]52
53#
54# Is the CD tray manual ? (yes|no)
55#
[538]56mondo_manual_tray=no
[344]57
58#
59# Default log level
60#
[538]61mondo_log_level=4
[344]62
63#
[532]64# default prefix for ISO names
[344]65#
[538]66mondo_prefix=mondorescue
[344]67
68#
69# External tape blocksize
70#
[538]71mondo_external_tape_blocksize=131072
[344]72
73#
74# Internal tape blocksize
75#
[538]76mondo_internal_tape_blocksize=8192
[344]77
78#
79# Size of the slices for biggiefiles
80#
[538]81mondo_slice_size=4096
[344]82
83#
84# deplist file used
85#
[538]86mondo_deplist_file="/etc/mondo/deplist.txt"
[344]87
88#
89# Write boot floppies (yes|no) ?
90#
[538]91mondo_write_boot_floppy=no
[344]92
93#
[538]94# Create mindi CD (yes|no) ?
[344]95#
[538]96mondo_create_mindi_cd=no
[344]97
98#
99# Kernel to use (NATIVE|FAILSAFE|PATH TO THE KERNEL)
100#
[538]101mondo_kernel="NATIVE"
[344]102#mondorescue_kernel="/boot/vmlinuz.special"
103
104#
[538]105# Additional modules to support
[344]106# (white space separated list of modules)
107#
[538]108mondo_additional_modules=""
[344]109
110#
111# Boot loader to use
112# (GRUB|ELILO|LILO|RAW|NATIVE)
113#
[538]114mondo_boot_loader=NATIVE
[344]115
116#
117# Differential backup or full (yes|no)
118#
[538]119mondo_differential=no
[344]120
121#
122# Default compression tool
123#
[538]124mondo_compression_tool="/usr/bin/bzip2"
[344]125
126#
127# Default compression level
128#
[538]129mondo_compression_level=3
[344]130
131#
132# Paths to exclude from backup
133# (white space separated list of paths)
134#
[538]135mondo_exclude_files=""
[344]136
137#
[532]138# Paths to include onto the backup
139# (white space separated list of paths)
140#
[538]141mondo_include_files=""
[532]142
143#
[344]144# Activate semi-graphical mode by default (yes|no)
145#
[538]146mondo_text_mode=no
[344]147
148#
149# Activate automatic restore (Use with caution) (yes|no)
[532]150# (look at -H option in man page)
[344]151#
[538]152mondo_automatic_restore=no
[344]153
154#
155# Scratch directory
156#
[538]157mondo_scratch_dir=""
[344]158#scratch_dir="/tmp/mondo/scratch"
159
160#
161# Temporary directory
162#
[538]163mondo_tmp_dir=""
[344]164#tmp_dir="/tmp/mondo/tmp"
165
166#
167# Images creation dir
168#
[538]169mondo_images_dir="/var/cache/mondo"
Note: See TracBrowser for help on using the repository browser.