Changeset 1826 in MondoRescue for branches/2.2.5/mindi/rootfs/sbin/init
- Timestamp:
- Dec 1, 2007, 6:19:28 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.5/mindi/rootfs/sbin/init
r1825 r1826 157 157 HandleCDROMorFloppies() { 158 158 # Just in case we have an iLO ensure we will map it correctly 159 echo "Activating a potential USB Storage device" 159 160 if [ -e "/tmp/USE-UDEV" ] ; then 160 161 if [ -f usb-storage.ko ] || [ -f usb-storage.ko.gz ]; then … … 166 167 fi 167 168 fi 169 for i in 1 2 3 4 5 6 7 8 9 10 ; do 170 sleep 1 171 echo -en "." 172 done 168 173 169 174 find-and-mount-cdrom … … 387 392 [ -d /proc/bus/usb ] && ! grep -q /proc/bus/usb /proc/mounts && mount -t usbfs none /proc/bus/usb 388 393 if [ -e "/tmp/USE-UDEV" ] ; then 394 if [ -f uhcd_hci.ko ] || [ -f uhcd_hci.ko.gz ]; then 395 modprobe -q uhcd_hci 396 fi 389 397 if [ -f usbhid.ko ] || [ -f usbhid.ko.gz ]; then 390 398 modprobe -q usbhid 391 fi392 if [ -f uhcd_hci.ko ] || [ -f uhcd_hci.ko.gz ]; then393 modprobe -q uhcd_hci394 399 fi 395 400 else … … 610 615 rm -f /foozero 611 616 617 echo "Activating a potential USB keyboard/mouse" 612 618 StartUSBKbd 613 619
Note:
See TracChangeset
for help on using the changeset viewer.