summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init6
1 files changed, 1 insertions, 5 deletions
diff --git a/init b/init
index 4891ed8..2cb3526 100644
--- a/init
+++ b/init
@@ -7,11 +7,7 @@ rd_logmask=0
. /init_functions
-mount -t proc proc /proc -o nosuid,noexec,nodev
-mount -t sysfs sys /sys -o nosuid,noexec,nodev
-mount -t devtmpfs dev /dev -o mode=0755,nosuid
-mount -t tmpfs run /run -o nosuid,nodev,mode=0755
-mkdir -m755 /run/initramfs
+mount_setup
# parse the kernel command line
parse_cmdline </proc/cmdline