From: Jeremy Katz Date: Tue, 16 Dec 2008 19:29:43 +0000 (-0500) Subject: Don't run udevsettle; instead, we keep looking for the rootfs X-Git-Tag: 0.1~510 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e1bf3845fb877ffbaf117a2b60e17d5a5ec4fb3;p=thirdparty%2Fdracut.git Don't run udevsettle; instead, we keep looking for the rootfs --- diff --git a/init b/init index 408c9fef2..c5db40dce 100755 --- 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"