Browse Source

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

master
Jeremy Katz 16 years ago
parent
commit
7e1bf3845f
  1. 3
      init

3
init

@ -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"

Loading…
Cancel
Save