Last change
on this file since 454 was 449, checked in by bcornec, 19 years ago |
mindi.conf created and use in mindi + install.sh + rpm
|
File size:
1.0 KB
|
Line | |
---|
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 | # Default log level
|
---|
11 | #
|
---|
12 | mindi_log_level=4
|
---|
13 |
|
---|
14 | #
|
---|
15 | # Extra space for Ram disk
|
---|
16 | #
|
---|
17 | mindi_extra_space=24576
|
---|
18 |
|
---|
19 | #
|
---|
20 | # Size of the boot image for ia64
|
---|
21 | #
|
---|
22 | mindi_ia64_boot_size=8192
|
---|
23 |
|
---|
24 | #
|
---|
25 | # deplist directory
|
---|
26 | #
|
---|
27 | mindi_deplist_dir="/etc/mindi/deplist.d"
|
---|
28 |
|
---|
29 | #
|
---|
30 | # Write boot floppies (yes|no) ?
|
---|
31 | #
|
---|
32 | mindi_write_boot_floppy="no"
|
---|
33 |
|
---|
34 | #
|
---|
35 | # Force dual floppies ?
|
---|
36 | #
|
---|
37 | mindi_dual_floppies="no"
|
---|
38 |
|
---|
39 | #
|
---|
40 | # Write mindi CD (yes|no) ?
|
---|
41 | #
|
---|
42 | mindi_write_mindi_cd="no"
|
---|
43 |
|
---|
44 | #
|
---|
45 | # Kernel to use (NATIVE|FAILSAFE|PATH TO THE KERNEL)
|
---|
46 | #
|
---|
47 | mindi_kernel="NATIVE"
|
---|
48 | #mondorescue_kernel="/boot/vmlinuz.special"
|
---|
49 |
|
---|
50 | #
|
---|
51 | # Additinal modules to support
|
---|
52 | # (white space separated list of modules)
|
---|
53 | #
|
---|
54 | mindi_additional_modules=""
|
---|
55 |
|
---|
56 | #
|
---|
57 | # Boot loader to use
|
---|
58 | # (GRUB|ELILO|LILO|RAW|NATIVE)
|
---|
59 | #
|
---|
60 | mindi_boot_loader="NATIVE"
|
---|
61 |
|
---|
62 | #
|
---|
63 | # Images creation dir
|
---|
64 | #
|
---|
65 | mindi_images_dir="/var/cache/mindi"
|
---|
66 |
|
---|
67 | #
|
---|
68 | # Temporary directory
|
---|
69 | #
|
---|
70 | mindi_tmp_dir="/tmp"
|
---|
71 |
|
---|
72 | #
|
---|
73 | # Floppy Disk Device
|
---|
74 | #
|
---|
75 | mindi_fd_device="/dev/fd0"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.