Merge branch 'master' into arm64

This commit is contained in:
Serge Schneider
2025-11-24 01:45:52 +00:00
6 changed files with 9 additions and 52 deletions

View File

@@ -20,6 +20,9 @@ bootstrap(){
capsh $CAPSH_ARG -- -c "'${BOOTSTRAP_CMD}' $BOOTSTRAP_STR" || true
# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1050719
rm -f wget-log*
if [ -d "$2/debootstrap" ] && ! rmdir "$2/debootstrap"; then
cp "$2/debootstrap/debootstrap.log" "${STAGE_WORK_DIR}"
log "bootstrap failed: please check ${STAGE_WORK_DIR}/debootstrap.log"