summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2012-07-16 09:54:31 -0500
committerWilliam Hubbs <williamh@gentoo.org>2012-07-16 09:54:31 -0500
commite015ab3fad7daa40a1d463af7ef5e69d34583cca (patch)
tree1a3dc464b911023fd68426f7a0bd98f925938196 /init.d/udev
parentupdate documentation for the locations of log files (diff)
downloadudev-gentoo-scripts-e015ab3fad7daa40a1d463af7ef5e69d34583cca.tar.gz
udev-gentoo-scripts-e015ab3fad7daa40a1d463af7ef5e69d34583cca.tar.bz2
udev-gentoo-scripts-e015ab3fad7daa40a1d463af7ef5e69d34583cca.zip
udev: remove code that waits for uevents to process
According to discussions I have seen on the #udev irc channel, this should no longer be necessary.
Diffstat (limited to 'init.d/udev')
-rw-r--r--init.d/udev9
1 files changed, 0 insertions, 9 deletions
diff --git a/init.d/udev b/init.d/udev
index 9e8ff76..20b52d9 100644
--- a/init.d/udev
+++ b/init.d/udev
@@ -138,15 +138,6 @@ populate_dev()
udevadm trigger --type=devices --action=add
eend $?
- # we can speed up booting under these conditions:
- # * using devtmpfs so kernel creates device nodes for us
- # * only using kernel created device nodes at boot
- # (in /etc/fstab and elsewhere)
- #
- ebegin "Waiting for uevents to be processed"
- udevadm settle --timeout=${udev_settle_timeout}
- eend $?
-
udevadm control --property=do_not_run_plug_service=
return 0
}