# Mindi Configuration File # Generated by Mindi 2.1.3-r3026 on Thu Oct 18 10:54:21 CDT 2012 # Mindi Additional Boot Parameters # Additional parameters to be passed to the kernel at boot time. In case of # problem with udev you can try adding udevdebug. MINDI_ADDITIONAL_BOOT_PARAMS="\ devfs=nomount noresume selinux=0 barrier=off udevtimeout=10" # Mindi Default Boot Option # Set the default boot option for recovery media generated by mondoarchive. # Options are interactive, expert, compare, iso, nuke, and isonuke. This # option is only valid when mindi is called from mondo. Calling mindi # directly will leave only the expert option available. MINDI_DEFAULT_BOOT_OPTION="interactive" # Mindi Boot Timeout # Set the boot timeout for recovery media generated by mondoarchive. The # timeout is scaled in 1/10 seconds and detrmines how long the boot prompt # will wait before booting to the default option. MINDI_BOOT_TIMEOUT=300 # Ramdisk Extra Space # Size of the ramdisk used in generating recovery media. Increase this if # you run out of ramdisk space. EXTRA_SPACE=92160 # Boot Size # Size of the boot disk on the recovery media. Increase if you run out of # space. BOOT_SIZE=40960 # Temporary Directory TMPDIR=/tmp # Mindi Log File Location LOGFILE=/var/log/mindi.log # Mindi Cache Directory MINDI_CACHE=/var/cache/mindi # Mindi Boot Media Message BOOT_MEDIA_MESSAGE="\ 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" # Prompt for Make CD Image # Ask if you want to make a CD Image to be written. If this is set to 'no', # then the image will be created automatically. PROMPT_MAKE_CD_IMAGE="yes" # Prompt for Make USB Image # Ask if you want to make a USB Image to be written. If this is set to 'no', # then the image will be created automatically. PROMPT_MAKE_USB_IMAGE="yes" # Prompt for Use Own Kernel # If set to "no", you will be prompted for whether or not you want to use your # own kernel, or the supplied default. If "yes" mindi will automatically use # your own kernel. USE_OWN_KERNEL="yes" # Using Xen Kernel # If set to "no", the kernel is not a Xen kernel. If "yes", mindi will modify # isolinux.cfg for the Xen kernel. KERNEL_IS_XEN="no" # Deny Module List # Use to list any modules to exclude. For HP OCMP replace as follows: # DENY_MODS="MPS_Driver_Mapper mps octtldrv tscttl streams kqemu fdomain". DENY_MODS="kqemu" # Force Module List # Force modules to be included. FORCE_MODS=""