Added 'zstd' to list of packages to install into chroot

This commit is contained in:
2025-07-11 22:05:54 -04:00
parent aa422f434e
commit adf5b299bb

View File

@ -457,6 +457,7 @@ elif [[ "${ID}" == 'debian' ]]; then
--include=printer-driver-all \ --include=printer-driver-all \
--include=systemd-timesyncd \ --include=systemd-timesyncd \
--include=tasksel \ --include=tasksel \
--include=zstd \
"${VERSION_CODENAME}" \ "${VERSION_CODENAME}" \
/mnt /mnt
fi fi