|
Last change
on this file since 2643 was 2541, checked in by Bruno Cornec, 16 years ago |
r3577@localhost: bruno | 2010-01-08 02:23:52 +0100
The 2 first commands check and analyze begin to work
|
|
File size:
818 bytes
|
| 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 | # mindi 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 mindi. That subdirectory is erased at the end of mindi
|
|---|
| 14 | #
|
|---|
| 15 | mr_tmp_dir default = /tmp
|
|---|
| 16 |
|
|---|
| 17 | #
|
|---|
| 18 | # Location of the fstab file
|
|---|
| 19 | #
|
|---|
| 20 | mr_fstab default = /etc/fstab
|
|---|
| 21 |
|
|---|
| 22 | #
|
|---|
| 23 | # LVM commands and conf files
|
|---|
| 24 | # Is it LSB ?
|
|---|
| 25 | #
|
|---|
| 26 | mr_lvmdiskscan default = /sbin/lvmdiskscan
|
|---|
| 27 | mr_lvmprocfile default = /proc/lvm/global
|
|---|
| 28 | mr_lvmcmd default = /sbin/lvm
|
|---|
| 29 | mr_lvmpath default = /sbin/
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.