| 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 | #
|
|---|
| 15 | mr_tmp_dir default = /tmp
|
|---|
| 16 |
|
|---|
| 17 | #
|
|---|
| 18 | # Location of some configuration files
|
|---|
| 19 | #
|
|---|
| 20 | # depends on genre
|
|---|
| 21 | mr_cmdline linux = /proc/cmdline
|
|---|
| 22 | mr_cmdline bsd = /tmp/cmdline
|
|---|
| 23 | # TBC
|
|---|
| 24 | mr_cmdline solaris = /proc/cmdline
|
|---|
| 25 | #
|
|---|
| 26 | mr_etc_fstab default = /etc/fstab
|
|---|
| 27 | mr_etc_raidtab linux = /etc/raidtab
|
|---|
| 28 | mr_proc_partitions linux = /proc/partitions
|
|---|
| 29 | mr_proc_filesystems linux = /proc/filesystems
|
|---|
| 30 | mr_proc_modules linux = /proc/modules
|
|---|
| 31 | mr_proc_cpuinfo linux = /proc/cpuinfo
|
|---|
| 32 | mr_proc_devices linux = /proc/devices
|
|---|
| 33 | mr_proc_meminfo linux = /proc/meminfo
|
|---|
| 34 | mr_proc_mounts linux = /proc/mounts
|
|---|
| 35 | mr_proc_misc linux = /proc/misc
|
|---|
| 36 | mr_proc_swaps linux = /proc/swaps
|
|---|
| 37 | mr_proc_xen linux = /proc/sys/xen
|
|---|
| 38 |
|
|---|
| 39 | # Location of some commands
|
|---|
| 40 | #
|
|---|
| 41 | mr_cmd_mount linux = /bin/mount
|
|---|
| 42 | mr_opt_mount linux = -l
|
|---|
| 43 | mr_cmd_df linux = /bin/df
|
|---|
| 44 | mr_opt_df linux = -TP
|
|---|
| 45 | mr_cmd_dmidecode linux = /usr/sbin/dmidecode
|
|---|
| 46 | mr_cmd_lshw linux = /usr/sbin/lshw
|
|---|
| 47 | # Pb of key here want both linux and mrmini or mondoarchive or ...
|
|---|
| 48 | mr_cmd_mkisofs linux = /usr/bin/mkisofs
|
|---|
| 49 | mr_opt_mkisofs linux = -J -r -v -p MondoRescue -publisher http://www.mondorescue.org -A MondoRescue
|
|---|
| 50 |
|
|---|
| 51 | #
|
|---|
| 52 | # Interface to burner
|
|---|
| 53 | #
|
|---|
| 54 | mr_cmd_burn default = /usr/bin/wodim
|
|---|
| 55 | #mr_cmd_burn default = /usr/bin/cdrecord
|
|---|
| 56 | mr_opt_burn default = -v
|
|---|
| 57 |
|
|---|
| 58 | #
|
|---|
| 59 | # LVM commands and conf files
|
|---|
| 60 | # Is it LSB ?
|
|---|
| 61 | #
|
|---|
| 62 | mr_cmd_lvmdiskscan default = /sbin/lvmdiskscan
|
|---|
| 63 | mr_proc_lvm default = /proc/lvm/global
|
|---|
| 64 | mr_cmd_lvm default = /sbin/lvm
|
|---|
| 65 | mr_path_lvm default = /sbin/
|
|---|