mrrl-containers

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

commit caacc82941a0619c312e681fc9e99413090c1f43
parent 7f69ada3e0eee1cd94f74a0cc12863d575e3730b
Author: ccx <ccx@te2000.cz>
Date:   Fri,  1 Mar 2024 03:59:46 +0000

busybox mount compat

Diffstat:
Msbin/container_sysroot_run | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sbin/container_sysroot_run b/sbin/container_sysroot_run @@ -37,7 +37,7 @@ if { chown root:${CONTAINER_USER} ${CONTAINER_TMPFS}/${tmpfs_dirs} } if { redirfd -w 1 ${CONTAINER_TMPFS}/run/resolv.conf printf "nameserver 127.0.0.1\n" } if { chown ${CONTAINER_USER}:${CONTAINER_USER} ${CONTAINER_TMPFS}/run/resolv.conf } -if { mount -a --fstab data/fstab } +if { mount -a -T data/fstab } # Put UID/GID/GIDLIST into environment for use by s6-applyuidgid below s6-envuidgid ${CONTAINER_USER}