Added --skip=check/empty to mmdebstrap

This commit is contained in:
2025-07-11 21:00:45 -04:00
parent cda85111e7
commit fcf09e2ffc

View File

@ -434,6 +434,7 @@ if [[ "${ID}" == 'elementary' ]]; then
/mnt /mnt
elif [[ "${ID}" == 'debian' ]]; then elif [[ "${ID}" == 'debian' ]]; then
mmdebstrap \ mmdebstrap \
--skip=check/empty \
--include=console-setup,\ --include=console-setup,\
cryptsetup,\ cryptsetup,\
curl,\ curl,\