=== modified file 'sbin/container_sysroot_run' --- old/sbin/container_sysroot_run 2021-12-16 18:58:46 +0000 +++ new/sbin/container_sysroot_run 2021-12-16 16:49:51 +0000 @@ -23,9 +23,7 @@ if { touch ${CONTAINER_TMPFS}.lockfile } s6-setlock -n ${CONTAINER_TMPFS}.lockfile -# Needs to exists otherwise the find below fails. -if { mkdir -p ${CONTAINER_TMPFS} } -# This is non-POSIX but even busybox has these flags. +# This is non-POSIX but even busybox has these flags if { find ${CONTAINER_TMPFS} -depth -mindepth 2 -delete } #if { rm -rf ${CONTAINER_TMPFS} }