Changeset 3590 in MondoRescue for branches


Ignore:
Timestamp:
Jun 7, 2016, 3:49:06 PM (8 years ago)
Author:
Bruno Cornec
Message:

EXTRA_SPACE needs to be extended for Ironic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi/mindi

    r3589 r3590  
    33663366        BOOT_TYPE=$4
    33673367        bigdir=$MINDI_TMP/bigdir
     3368        # Ironic requires some specific boot parameters
    33683369        MINDI_ADDITIONAL_BOOT_PARAMS="selinux=0 barrier=off udevtimeout=10 systemd.debug-shell boot_method=vmedia"
    33693370        MINDI_BOOT_TIMEOUT=10
     3371        EXTRA_SPACE=1500000
     3372        # Get the local improvements to the configuration
    33703373        if [ -f $MINDI_CONFIG ]; then
    33713374            . $MINDI_CONFIG
Note: See TracChangeset for help on using the changeset viewer.