Changeset 3589 in MondoRescue for branches/3.2


Ignore:
Timestamp:
Jun 6, 2016, 6:24:57 PM (8 years ago)
Author:
Bruno Cornec
Message:
  • In Ironic mode allow the overwrite of default options.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/mindi

    r3588 r3589  
    33683368        MINDI_ADDITIONAL_BOOT_PARAMS="selinux=0 barrier=off udevtimeout=10 systemd.debug-shell boot_method=vmedia"
    33693369        MINDI_BOOT_TIMEOUT=10
     3370        if [ -f $MINDI_CONFIG ]; then
     3371            . $MINDI_CONFIG
     3372        fi
    33703373        PrepareBootDir
    33713374        PrepareAllTar
Note: See TracChangeset for help on using the changeset viewer.