slowusb: move sleep 10 call after start_dev_mgr.

If mdev -s will trigger something that involves usb-storage, sleeping
after its startup is safer.
cleanup-cruft
Fabio Erculiani 14 years ago
parent 51e0b14044
commit 25b5a461ba

@ -291,12 +291,13 @@ sdelay
# Setup slow USB bits
setup_slowusb
# if doslowusb is passed, pause other 10 seconds
[ "${DO_slowusb}" ] && sleep 10
# Start device manager
start_dev_mgr
# if doslowusb is passed, pause other 10 seconds here, after mdev load
[ "${DO_slowusb}" ] && sleep 10
# Start iSCSI
startiscsi

Loading…
Cancel
Save