From f3fc3912c333e1e722b8120930cdfbecf642a284 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Mon, 31 Oct 2011 19:57:17 -0400 Subject: init: create /run/initramfs after mounting /run We'll use this as a channel to communicate with later userspace. Signed-off-by: Dave Reisner --- init | 1 + 1 file changed, 1 insertion(+) diff --git a/init b/init index 6787060..975368b 100644 --- a/init +++ b/init @@ -22,6 +22,7 @@ else mknod /dev/mem c 1 1 fi mount -t tmpfs run /run -o nosuid,nodev,mode=755,size=10M +mkdir /run/initramfs # parse the kernel command line parse_cmdline -- cgit v1.2.3-24-g4f1b