Changeset 3521 in MondoRescue


Ignore:
Timestamp:
Mar 3, 2016, 9:06:20 AM (8 years ago)
Author:
Bruno Cornec
Message:

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"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/mindi.conf

    r3164 r3521  
    1414# MINDI_ADDITIONAL_BOOT_PARAMS="devfs=nomount noresume selinux=0 barrier=off udevtimeout=10 acpi=off"
    1515# 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 TracChangeset for help on using the changeset viewer.