source: MondoRescue/branches/stable/mindi/distributions/conf/mindi.conf.dist@ 1047

Last change on this file since 1047 was 1047, checked in by Bruno Cornec, 17 years ago

Take mindi from trunk with configuration file and multiple deplist

File size: 2.3 KB
RevLine 
[1047]1# Mindi configuration file
2#
3# $Id$
4#
5# We tried to give sensible defaults in this file.
6# Changing some values may render mindi instable
7# or cause failures. Use with care.
8
9#
10# Extra space for Ram disk
11#
12mindi_extra_space=24576
13
14#
15# Size of the boot image for ia64
16#
17mindi_ia64_boot_size=8192
18
19#
20# deplist directory
21#
22mindi_deplist_dir="/etc/mindi/deplist.d"
23
24#
25# Write boot floppies (yes|no) ?
26#
27mindi_write_boot_floppy="no"
28
29#
30# Force dual floppies ?
31#
32mindi_dual_floppies="no"
33
34#
35# Write mindi CD (yes|no) ?
36#
37mindi_write_cd="no"
38
39#
40# Images creation dir
41#
42mindi_images_dir="/var/cache/mindi"
43
44#
45# Temporary directory
46#
47mindi_tmp_dir="/tmp"
48
49#
50# Floppy Disk Device
51#
52mindi_fd_device="/dev/fd0"
53
54#
55# Additional Boot Parameters
56#
57mindi_boot_params="acpi=off apm=off devfs=nomount exec-shield=0 noresume selinux=0 barrier=off"
58
59# TBC
60#
61# Kernel to use (NATIVE|FAILSAFE|PATH TO THE KERNEL)
62#
63mindi_kernel="NATIVE"
64#mindi_kernel="/boot/vmlinuz.special"
65
66# TBC
67#
68#
69# Additinal modules to support
70# (white space separated list of modules)
71#
72mindi_additional_modules=""
73
74# TBC
75#
76#
77# Boot loader to use
78# (GRUB|ELILO|LILO|RAW|NATIVE)
79#
80mindi_boot_loader="NATIVE"
81
82#
83# Location of the fstab file
84#
85mindi_etc_fstab="/etc/fstab"
86
87#
88# Location of the logfile
89#
90mindi_log_file="/var/log/mindi.log"
91
92#
93# Interactive mode (yes|no)
94#
95mindi_interactive="no"
96
97#
98# Boot message shown during media boot
99#
100mindi_boot_msg="\
101To format and restore all files automatically, type 'nuke' <enter>.\n\
102To restore some/all files interactively, type 'interactive' <enter>.\n\
103To compare the archives with your filesystem, type 'compare' <enter>.\n\
104To boot to a command-line prompt (expert mode), type 'expert' <enter>.\n\
105You may add one or more of the following parameters as well:-\n\n\
106 donteject - mondorestore will not eject the CD; this is useful if, for\n\
107 instance, your PC's case has a concealed CD-ROM drive\n\
108 noresize - your mountlist will not be adjusted to use your unallocated\n\
109 hard disk space\n\
110 textonly - do not call any Newt library routines; this is unattractive\n\
111 but valuable if you find your Newt library has bugs in it\n\n\
112e.g. Type 'nuke donteject textonly' if you have an unstable Newt library and \n\
113a PC whose CD-ROM drive tray would be damaged if it unexpectedly ejected.\n\
114"
115
Note: See TracBrowser for help on using the repository browser.