Don't run udevsettle; instead, we keep looking for the rootfs

master
Jeremy Katz 2008-12-16 14:29:43 -05:00
parent b8bdba2104
commit 7e1bf3845f
1 changed files with 0 additions and 3 deletions

3
init
View File

@ -45,9 +45,6 @@ mknod /dev/tty1 c 4 1
# start up udev and trigger cold plugs # start up udev and trigger cold plugs
/sbin/udevd --daemon /sbin/udevd --daemon
/sbin/udevadm trigger /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 # mount the rootfs
NEWROOT="/sysroot" NEWROOT="/sysroot"