From: Ralph Ronnquist Date: Wed, 27 Nov 2024 11:51:06 +0000 (+1100) Subject: add /run/lock when setting up /run X-Git-Tag: 1.2 X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;p=rrq%2Foverlay-boot.git add /run/lock when setting up /run --- diff --git a/overlay-postmount b/overlay-postmount index a808054..756ba17 100755 --- a/overlay-postmount +++ b/overlay-postmount @@ -35,6 +35,8 @@ mount -t devpts devpts $LIVE/dev/pts mount -t sysfs sysfs $LIVE/sys if [ "$RAM_SIZE" != "none" ] ; then mount -t tmpfs -osize=$RAM_SIZE,mode=755 tmpfs $LIVE/run + mkdir $LIVE/run/lock + cmod 1777 $LIVE/run/lock fi echo "bind-mount /etc/adjtime into subhost, if possible"