Changeset 1960 in MondoRescue


Ignore:
Timestamp:
May 28, 2008, 2:30:28 PM (16 years ago)
Author:
Bruno Cornec
Message:

with DENY_MODS, modules needs to be followed by a space

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.6/mindi/rootfs/sbin/init

    r1959 r1960  
    588588if [ "`grep -i 'obdr ' /tmp/mondo-restore.cfg`" ]; then
    589589    # Do not try to load usb storage when dealing with OBDR it makes the modprobe hang :-(
    590     export DENY_MODS="$DENY_MODS usb-storage"
     590    export DENY_MODS="usb-storage $DENY_MODS"
    591591fi
    592592if [ "`grep -i forcemods /proc/cmdline`" ]; then
Note: See TracChangeset for help on using the changeset viewer.