mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-17 05:06:59 +00:00
init: don't need to create /proc /sys and /run
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user