nuke mdev and replace it with hotplug2 :)
[openwrt-10.03/.git] / package / base-files / files / sbin / mount_root
index 9a87fadbaa088ac8db3a4cdfdadf24c606bac2d2..dd9d99d8e6a0d69501af478a021a7b81a89942af 100755 (executable)
@@ -12,7 +12,7 @@ else
        mount -t tmpfs tmpfs /dev -o size=512K
        mknod /dev/console c 5 1
        mkdir /dev/shm
-       /sbin/mdev -s
+       /sbin/hotplug2 --no-persistent --coldplug
 fi
 mkdir -p /dev/pts
 mount none /dev/pts -t devpts