From f990b11aebc3b7444b6298458e0a57231af8475c Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Wed, 27 Nov 2024 22:51:06 +1100 Subject: [PATCH] add /run/lock when setting up /run --- overlay-postmount | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.39.2