mrrl-containers

MRRL version of container scripts
git clone https://ccx.te2000.cz/git/mrrl-containers
Log | Files | Refs

commit cf111536a5bb6e5f0244a2ba431b0eb5b78fa962
parent 3c34f8eafee4d616e4f4e535ec14799f51039127
Author: ccx <ccx@te2000.cz>
Date:   Sat, 27 Apr 2024 14:55:33 +0000

Create /run/containers if missing from container_sysroot_run

Diffstat:
Msbin/container_sysroot_run | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/sbin/container_sysroot_run b/sbin/container_sysroot_run @@ -20,6 +20,7 @@ foreground { printf "%s" ${NS_PID} } +if { mkdir -p /run/containers } if { touch ${CONTAINER_TMPFS}.lockfile } s6-setlock -n ${CONTAINER_TMPFS}.lockfile