init: don't need to create /proc /sys and /run

Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
This commit is contained in:
Lans Zhang
2017-07-05 10:52:45 +08:00
parent 7c83acd861
commit 6882f39224
@@ -4,7 +4,6 @@ PATH="/sbin:/bin:/usr/sbin:/usr/bin"
ROOTFS_MOUNT="/rootfs"
INIT="/sbin/init"
mkdir /proc /sys /run
mount -t proc none /proc
mount -t sysfs none /sys
mount -t devtmpfs none /dev