]>
git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/initscripts/init.d/udev_retry
2 ########################################################################
3 # Begin $rc_base/init.d/udev_retry
5 # Description : Udev cold-plugging script (retry)
7 # Authors : Alexander E. Patrakov
13 ########################################################################
20 boot_mesg
"Retrying failed uevents, if any..."
21 # Re-trigger the failed uevents in hope they will succeed now
22 # If there are none, the "No such file or directory" error
24 for file in /dev
/.udev
/failed
/*/uevent
; do
28 # Now wait for udevd to process the uevents we triggered
34 echo "Usage ${0} {start}"
39 # End $rc_base/init.d/udev_retry