source: MondoRescue/branches/3.2/mindi/mindi.conf@ 3521

Last change on this file since 3521 was 3521, checked in by Bruno Cornec, 8 years ago

Improve non-interactive support

Present in mindi conf file 3 variables that can allow a non interactive function of mindi when set to the values proposed (PROMPT_MAKE_CD_IMAGE="no", PROMPT_MAKE_USB_IMAGE="no")
When using the second one for USB mode, you also have to add the name of
the device to be used with USBDEVICE="/dev/sdg"

  • Property svn:executable set to *
File size: 836 bytes
Line 
1#
2# Example of mindi configuration file
3#
4# $Id$
5#
6# Force these modules to be loaded at restore time first, in that order:
7# FORCE_MODS="cciss hpsa"
8#
9# Prevent these module to be loaded at all at restore time
10# DENY_MODS="kqemu vxfen fdomain ipmi_si"
11#
12# EXTRA_SPACE=80152 # increase if you run out of ramdisk space
13# BOOT_SIZE=32768 # size of the boot disk
14# MINDI_ADDITIONAL_BOOT_PARAMS="devfs=nomount noresume selinux=0 barrier=off udevtimeout=10 acpi=off"
15# MINDI_DEFAULT_BOOT_OPTION="interactive ipconf=eth0:10.0.0.1:255.0.0.0:10.255.255.255:10.2.3.4"
16# PROMPT_MAKE_CD_IMAGE="no" # Avoid interactive question about CD creation
17# PROMPT_MAKE_USB_IMAGE="no" # Avoid interactive question about USB key creation
18# USBDEVICE="/dev/sdg" # If you activated the previous option then you need to provide a device drive for the USB key
Note: See TracBrowser for help on using the repository browser.