Changeset 1960 in MondoRescue for branches/2.2.6/mindi/rootfs
- Timestamp:
- May 28, 2008, 2:30:28 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.6/mindi/rootfs/sbin/init
r1959 r1960 588 588 if [ "`grep -i 'obdr ' /tmp/mondo-restore.cfg`" ]; then 589 589 # 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" 591 591 fi 592 592 if [ "`grep -i forcemods /proc/cmdline`" ]; then
Note:
See TracChangeset
for help on using the changeset viewer.