From 3e0dee9cd12158c87041413ba4593cd13bc29bea Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sun, 7 Jun 2015 10:24:44 +0100 Subject: [PATCH] filesystem: add /var/run for utmp --- Standalone/filesystem-src/ucp-script.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Standalone/filesystem-src/ucp-script.txt b/Standalone/filesystem-src/ucp-script.txt index 07fe5253..e167251a 100644 --- a/Standalone/filesystem-src/ucp-script.txt +++ b/Standalone/filesystem-src/ucp-script.txt @@ -34,6 +34,8 @@ mkdir spool chmod 0755 spool mkdir mail chmod 0755 spool +mkdir run +chmod 0755 run cd / cd /dev -- 2.34.1