commit 5bd1259

chld  ·  2026-08-29 05:27:00 +0000 UTC
parent 1bf7012
sit: remove tmp handling, thats up to the device manager
1 files changed,  +0, -2
M sit
M sit
+0, -2
1@@ -57,8 +57,6 @@ mount -n -t devpts devpts /dev/pts 2>/dev/null || true
2 mount -n -t tmpfs tmpfs /dev/shm 2>/dev/null || true
3 mount -n -t tmpfs tmpfs /run 2>/dev/null || true
4 mount -n -t tmpfs tmpfs /tmp 2>/dev/null || true
5-chown -R root:wheel /tmp || true
6-chmod -R 1777 /tmp || true
7 
8 # create utmp directory and file for login tracking
9 mkdir -p /var/run /var/log