diff options
author | Lans Zhang <jia.zhang@windriver.com> | 2017-07-05 10:52:45 +0800 |
---|---|---|
committer | Lans Zhang <jia.zhang@windriver.com> | 2017-07-05 10:53:18 +0800 |
commit | 6882f39224d96a8a3ae792980e6ccd625b1f8287 (patch) | |
tree | e1a0d58c0927209899aef64cbea927b8cbb41750 | |
parent | 7c83acd8618225324953d152714cc81d141b0c12 (diff) | |
download | meta-secure-core-6882f39224d96a8a3ae792980e6ccd625b1f8287.tar.gz |
init: don't need to create /proc /sys and /run
Signed-off-by: Lans Zhang <jia.zhang@windriver.com>
-rw-r--r-- | meta/recipes-core/initrdscripts/files/init | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/initrdscripts/files/init b/meta/recipes-core/initrdscripts/files/init index 4c5155a..e1096c3 100644 --- a/meta/recipes-core/initrdscripts/files/init +++ b/meta/recipes-core/initrdscripts/files/init | |||
@@ -4,7 +4,6 @@ PATH="/sbin:/bin:/usr/sbin:/usr/bin" | |||
4 | ROOTFS_MOUNT="/rootfs" | 4 | ROOTFS_MOUNT="/rootfs" |
5 | INIT="/sbin/init" | 5 | INIT="/sbin/init" |
6 | 6 | ||
7 | mkdir /proc /sys /run | ||
8 | mount -t proc none /proc | 7 | mount -t proc none /proc |
9 | mount -t sysfs none /sys | 8 | mount -t sysfs none /sys |
10 | mount -t devtmpfs none /dev | 9 | mount -t devtmpfs none /dev |