summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild/rootfs/init4
1 files changed, 1 insertions, 3 deletions
diff --git a/build/rootfs/init b/build/rootfs/init
index 523f260..2fef65f 100755
--- a/build/rootfs/init
+++ b/build/rootfs/init
@@ -7,9 +7,7 @@
# device files get their own filesystem
devdir="/dev"
-mkdir -p /tmp
-mkdir -p /sys
-mkdir -p /proc
+mkdir -p /tmp /sys /proc
mount -n -t tmpfs -o 'size=25%,mode=0755' mdev ${devdir}
mount -t tmpfs tmpfs /tmp