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

Last change on this file since 2668 was 2668, checked in by Bruno Cornec, 14 years ago

r3939@athonet: bruno | 2010-06-30 16:50:32 +0200
Renaming of conf file parameters to be more specific

File size: 1.8 KB
RevLine 
[2003]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
[2650]9# MondoRescue tools instable or cause failures. Use with care.
[2003]10
11# Temporary directory
12# Under it a temporary directory will be created to host all
[2648]13# temporary files for mrmini. That subdirectory is erased at the end of mrmini
[2003]14#
15mr_tmp_dir default = /tmp
16
17#
[2667]18# Location of some configuration files
[2003]19#
[2667]20# depends on genre
21mr_cmdline linux = /proc/cmdline
22mr_cmdline bsd = /tmp/cmdline
23# TBC
24mr_cmdline solaris = /proc/cmdline
25#
[2668]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
[2003]39
[2667]40# Location of some commands
[2659]41#
[2668]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
[2667]50
51#
[2659]52# Interface to burner
53#
54mr_burn_cmd default = /usr/bin/wodim
55#mr_burn_cmd default = /usr/bin/cdrecord
56
57mr_burn_opt default = -v
[2149]58#
59# LVM commands and conf files
60# Is it LSB ?
61#
[2541]62mr_lvmdiskscan default = /sbin/lvmdiskscan
[2540]63mr_lvmprocfile default = /proc/lvm/global
[2541]64mr_lvmcmd default = /sbin/lvm
65mr_lvmpath default = /sbin/
Note: See TracBrowser for help on using the repository browser.