nuke mdev and replace it with hotplug2 :)
[openwrt.git] / package / base-files / files / sbin / mount_root
index 9a87fad..dd9d99d 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
This page took 0.021102 seconds and 4 git commands to generate.