Changeset 1729 in MondoRescue for branches/2.2.5/mindi/rootfs/sbin/init


Ignore:
Timestamp:
Oct 29, 2007, 3:46:39 AM (16 years ago)
Author:
Bruno Cornec
Message:

Still trying to activate USB correctly at boot time with udev

File:
1 edited

Legend:

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

    r1720 r1729  
    496496fi
    497497
     498if [ -f /proc/modules ]; then
     499    echo "/sbin/modprobe" > /proc/sys/kernel/modprobe
     500fi
     501
    498502if [ -e "/tmp/USE-UDEV" ] ; then
    499503    RunUdevd
Note: See TracChangeset for help on using the changeset viewer.