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

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

r3936@dhcp184-49-175-19: bruno | 2010-06-26 09:48:04 +0200

  • Inventory now in better shape. Needs useful and exhaustive content now.
File size: 1.4 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_fstab default = /etc/fstab
27mr_raidtab linux = /etc/raidtab
28mr_swap linux = /proc/swaps
29mr_partitions linux = /proc/partitions
30mr_filesystems linux = /proc/filesystems
31mr_modules linux = /proc/modules
32mr_xen linux = /proc/sys/xen
33
34# Location of some commands
35#
36mr_mount linux = /bin/mount
37mr_df linux = /bin/df
38mr_lsmod linux = /sbin/lsmod
39
40#
41# Interface to burner
42#
43mr_burn_cmd default = /usr/bin/wodim
44#mr_burn_cmd default = /usr/bin/cdrecord
45
46mr_burn_opt default = -v
47#
48# LVM commands and conf files
49# Is it LSB ?
50#
51mr_lvmdiskscan default = /sbin/lvmdiskscan
52mr_lvmprocfile default = /proc/lvm/global
53mr_lvmcmd default = /sbin/lvm
54mr_lvmpath default = /sbin/
Note: See TracBrowser for help on using the repository browser.