# Mindi configuration file # # $Id$ # # We tried to give sensible defaults in this file. # Changing some values may render mindi instable # or cause failures. Use with care. # # Extra space for Ram disk # mindi_extra_space=24576 # # Size of the boot image for ia64 # mindi_ia64_boot_size=8192 # # deplist directory # mindi_deplist_dir="/etc/mindi/deplist.d" # # Write boot floppies (yes|no) ? # mindi_write_boot_floppy="no" # # Force dual floppies ? # mindi_dual_floppies="no" # # Write mindi CD (yes|no) ? # mindi_write_cd="no" # # Images creation dir # mindi_images_dir="/var/cache/mindi" # # Temporary directory # mindi_tmp_dir="/tmp" # # Floppy Disk Device # mindi_fd_device="/dev/fd0" # # Additional Boot Parameters # mindi_boot_params="acpi=off apm=off devfs=nomount exec-shield=0 noresume selinux=0 barrier=off" # TBC # # Kernel to use (NATIVE|FAILSAFE|PATH TO THE KERNEL) # mindi_kernel="NATIVE" #mindi_kernel="/boot/vmlinuz.special" # TBC # # # Additinal modules to support # (white space separated list of modules) # mindi_additional_modules="" # TBC # # # Boot loader to use # (GRUB|ELILO|LILO|RAW|NATIVE) # mindi_boot_loader="NATIVE" # # Location of the fstab file # mindi_etc_fstab="/etc/fstab" # # Location of the logfile # mindi_log_file="/var/log/mindi.log" # # Interactive mode (yes|no) # mindi_interactive="no" # # Boot message shown during media boot # mindi_boot_msg="\ To format and restore all files automatically, type 'nuke' .\n\ To restore some/all files interactively, type 'interactive' .\n\ To compare the archives with your filesystem, type 'compare' .\n\ To boot to a command-line prompt (expert mode), type 'expert' .\n\ You may add one or more of the following parameters as well:-\n\n\ donteject - mondorestore will not eject the CD; this is useful if, for\n\ instance, your PC's case has a concealed CD-ROM drive\n\ noresize - your mountlist will not be adjusted to use your unallocated\n\ hard disk space\n\ textonly - do not call any Newt library routines; this is unattractive\n\ but valuable if you find your Newt library has bugs in it\n\n\ e.g. Type 'nuke donteject textonly' if you have an unstable Newt library and \n\ a PC whose CD-ROM drive tray would be damaged if it unexpectedly ejected.\n\ "