mrrl-containers

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

commit e1e16c08f53d80d08f0ce9e405115fd650270e6b
parent fcdfc8e8f9db3c84feadf72134b70995922694ec
Author: Jan Pobříslo <ccx@te2000.cz>
Date:   Mon, 25 Sep 2023 12:31:01 +0200

reorder umounts
Diffstat:
Mservice_scripts/sysroot/finish | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/service_scripts/sysroot/finish b/service_scripts/sysroot/finish @@ -10,8 +10,8 @@ multisubstitute { define CONTAINER_TMPFS /run/containers/${CONTAINER_NAME}.${CONTAINER_USER} } foreground { umount ${CONTAINER_TMPFS}/home } -foreground { umount ${CONTAINER_TMPFS}/run } foreground { umount ${CONTAINER_TMPFS}/inbox } +foreground { umount ${CONTAINER_TMPFS}/run } foreground { umount ${CONTAINER_TMPFS}/tmp } foreground { umount --recursive data/root/ } foreground {