From d09b04910202a7738d88005dcba98cebbafecec6 Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Fri, 8 Apr 2011 17:48:31 +0200 Subject: Introduce /run Mount /run as a 10MB tmpfs with 1777 permissions early. Move it to /new_root when switching. --- init | 3 ++- install/base | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/init b/init index d030f5f..a772e7f 100644 --- a/init +++ b/init @@ -18,6 +18,7 @@ else # /dev/mem is needed if we want to load uvesafb before triggering uevents /bin/mknod /dev/mem c 1 1 fi +/bin/mount -t tmpfs run /run -o nosuid,noexec,nodev,mode=1777,size=10M read CMDLINE