source: MondoRescue/branches/stable/mindi/distributions/conf/mindi.conf@ 449

Last change on this file since 449 was 449, checked in by bcornec, 18 years ago

mindi.conf created and use in mindi + install.sh + rpm

File size: 1.0 KB
RevLine 
[449]1# Mindi configuration file
[344]2#
3# $Id$
4#
5# We tried to give sensible defaults in this file.
[449]6# Changing some values may render mindi instable
[388]7# or cause failures. Use with care.
[344]8
9#
10# Default log level
11#
[449]12mindi_log_level=4
[344]13
14#
[449]15# Extra space for Ram disk
[344]16#
[449]17mindi_extra_space=24576
[344]18
19#
20# Size of the boot image for ia64
21#
[449]22mindi_ia64_boot_size=8192
[344]23
24#
[449]25# deplist directory
[344]26#
[449]27mindi_deplist_dir="/etc/mindi/deplist.d"
[344]28
29#
[449]30# Write boot floppies (yes|no) ?
[344]31#
[449]32mindi_write_boot_floppy="no"
[344]33
34#
[449]35# Force dual floppies ?
[344]36#
[449]37mindi_dual_floppies="no"
[344]38
39#
40# Write mindi CD (yes|no) ?
41#
[449]42mindi_write_mindi_cd="no"
[344]43
44#
45# Kernel to use (NATIVE|FAILSAFE|PATH TO THE KERNEL)
46#
[449]47mindi_kernel="NATIVE"
[344]48#mondorescue_kernel="/boot/vmlinuz.special"
49
50#
51# Additinal modules to support
52# (white space separated list of modules)
53#
[449]54mindi_additional_modules=""
[344]55
56#
57# Boot loader to use
58# (GRUB|ELILO|LILO|RAW|NATIVE)
59#
[449]60mindi_boot_loader="NATIVE"
[344]61
62#
[449]63# Images creation dir
[344]64#
[449]65mindi_images_dir="/var/cache/mindi"
[344]66
67#
68# Temporary directory
69#
[449]70mindi_tmp_dir="/tmp"
[344]71
72#
[449]73# Floppy Disk Device
[344]74#
[449]75mindi_fd_device="/dev/fd0"
Note: See TracBrowser for help on using the repository browser.