]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Don't run udevsettle; instead, we keep looking for the rootfs
authorJeremy Katz <katzj@redhat.com>
Tue, 16 Dec 2008 19:29:43 +0000 (14:29 -0500)
committerJeremy Katz <katzj@redhat.com>
Tue, 16 Dec 2008 19:29:43 +0000 (14:29 -0500)
init

diff --git a/init b/init
index 408c9fef20fef04cdc6fc006e3168a2683be12b6..c5db40dce306ae88b24dcd5a1be453d89552e7c2 100755 (executable)
--- a/init
+++ b/init
@@ -45,9 +45,6 @@ mknod /dev/tty1 c 4 1
 # start up udev and trigger cold plugs
 /sbin/udevd --daemon
 /sbin/udevadm trigger
-# FIXME: should we really wait for the queue to settle or just try to 
-# find the rootfs?
-#/sbin/udevadm settle --timeout=30 || :
 
 # mount the rootfs
 NEWROOT="/sysroot"