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
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#
[2003]26mr_fstab default = /etc/fstab
[2667]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
[2003]33
[2667]34# Location of some commands
[2659]35#
[2667]36mr_mount linux = /bin/mount
37mr_df linux = /bin/df
38mr_lsmod linux = /sbin/lsmod
39
40#
[2659]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
[2149]47#
48# LVM commands and conf files
49# Is it LSB ?
50#
[2541]51mr_lvmdiskscan default = /sbin/lvmdiskscan
[2540]52mr_lvmprocfile default = /proc/lvm/global
[2541]53mr_lvmcmd default = /sbin/lvm
54mr_lvmpath default = /sbin/
Note: See TracBrowser for help on using the repository browser.