summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--init2
1 files changed, 1 insertions, 1 deletions
diff --git a/init b/init
index f769708..571a11a 100644
--- a/init
+++ b/init
@@ -18,7 +18,7 @@ else
mknod /dev/mem c 1 1
fi
mount -t tmpfs run /run -o nosuid,nodev,mode=0755
-mkdir /run/initramfs
+mkdir -m755 /run/initramfs
# parse the kernel command line
parse_cmdline