source: MondoRescue/devel/mr/etc/mondorescue.conf@ 3107

Last change on this file since 3107 was 3107, checked in by Bruno Cornec, 11 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_version linux = /proc/version
35mr_proc_mounts linux = /proc/mounts
36mr_proc_misc linux = /proc/misc
37mr_proc_swaps linux = /proc/swaps
38mr_proc_xen linux = /proc/sys/xen
39
40# Location of some commands
41#
42mr_cmd_mount linux = /bin/mount
43mr_opt_mount linux = -l
44mr_cmd_df linux = /bin/df
45mr_opt_df linux = -TP
46mr_cmd_dmidecode linux = /usr/sbin/dmidecode
47mr_cmd_lshw linux = /usr/sbin/lshw
48# Pb of key here want both linux and mrmini or mondoarchive or ...
49mr_cmd_mkisofs linux = /usr/bin/mkisofs
50mr_opt_mkisofs linux = -J -r -v -p MondoRescue -publisher http://www.mondorescue.org -A MondoRescue
51
52#
53# Interface to burner
54#
55mr_cmd_burn default = /usr/bin/wodim
56#mr_cmd_burn default = /usr/bin/cdrecord
57mr_opt_burn default = -v
58
59#
60# LVM commands and conf files
61# Is it LSB ?
62#
63mr_cmd_lvmdiskscan default = /sbin/lvmdiskscan
64mr_proc_lvm default = /proc/lvm/global
65mr_cmd_lvm default = /sbin/lvm
66mr_path_lvm default = /sbin/
Note: See TracBrowser for help on using the repository browser.