source: MondoRescue/branches/3.2/MondoRescue/etc/mondorescue.conf@ 3226

Last change on this file since 3226 was 3219, checked in by Bruno Cornec, 10 years ago
File size: 1.9 KB
Line 
1# MondoRescue configuration file
2#
3# $Id$
4#
5# We tried to give sensible defaults in this file.
6# It will always be loaded by the tools before your other configuration files.
7# DO NOT CHANGE THAT FILE IN ANYWAY AS ITS MD5 SUM IS USED AS A CHECK !!
8# Anyway changing some values in your own configuration file may render
9# MondoRescue tools instable or cause failures. Use with care.
10
11# Temporary directory
12# Under it a temporary directory will be created to host all
13# temporary files for mrmini. That subdirectory is erased at the end of mrmini
14#
15mr_tmp_dir default = /tmp
16
17#
18# Location of some configuration files
19#
20# depends on genre
21mr_cmdline linux = /proc/cmdline
22mr_cmdline bsd = /tmp/cmdline
23# TBC
24mr_cmdline solaris = /proc/cmdline
25#
26mr_etc_fstab default = /etc/fstab
27mr_etc_raidtab linux = /etc/raidtab
28mr_proc_partitions linux = /proc/partitions
29mr_proc_filesystems linux = /proc/filesystems
30mr_proc_modules linux = /proc/modules
31mr_proc_cpuinfo linux = /proc/cpuinfo
32mr_proc_devices linux = /proc/devices
33mr_proc_meminfo linux = /proc/meminfo
34mr_proc_mounts linux = /proc/mounts
35mr_proc_misc linux = /proc/misc
36mr_proc_swaps linux = /proc/swaps
37mr_proc_xen linux = /proc/sys/xen
38
39# Location of some commands
40#
41mr_cmd_mount linux = /usr/bin/mount
42mr_opt_mount linux = -l
43mr_cmd_df linux = /bin/df
44mr_opt_df linux = -TP
45mr_cmd_dmidecode linux = /usr/sbin/dmidecode
46mr_cmd_lshw linux = /usr/sbin/lshw
47# Pb of key here want both linux and mrmini or mondoarchive or ...
48mr_cmd_mkisofs linux = /usr/bin/mkisofs
49mr_opt_mkisofs linux = -J -r -v -p MondoRescue -publisher http://www.mondorescue.org -A MondoRescue
50
51#
52# Interface to burner
53#
54mr_cmd_burn default = /usr/bin/wodim
55#mr_cmd_burn default = /usr/bin/cdrecord
56mr_opt_burn default = -v
57
58#
59# LVM commands and conf files
60# Is it LSB ?
61#
62mr_cmd_lvmdiskscan default = /usr/sbin/lvmdiskscan
63mr_proc_lvm default = /proc/lvm/global
64mr_cmd_lvm default = /usr/sbin/lvm
65mr_path_lvm default = /usr/sbin/
Note: See TracBrowser for help on using the repository browser.