From: Ralph Ronnquist Date: Mon, 28 Feb 2022 10:31:41 +0000 (+1100) Subject: mount /proc X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=5ffe5ba13eee4799f4320f0447bbe61af6970332;p=rrq%2Fsubhost.git mount /proc --- diff --git a/startup b/startup index 1a71b92..dd07b98 100755 --- a/startup +++ b/startup @@ -9,6 +9,7 @@ NOW=$(date +"%Y%m%d-%H%M%S") set -x mkdir -p /dev/pts /dev/shm /run + [ -f /proc/mounts ] || mount -t proc proc /proc if ! grep "^none /run tmpfs" /proc/mounts ; then mount -t tmpfs -osize=80M none /run mount -t tmpfs -osize=20M none /dev/shm