From adf5b299bb8abad65d074696102123ed46c20728 Mon Sep 17 00:00:00 2001 From: "Jean (east-high-Nerd)" Date: Fri, 11 Jul 2025 22:05:54 -0400 Subject: [PATCH] Added 'zstd' to list of packages to install into chroot --- partition.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/partition.sh b/partition.sh index 7c67149..58549dc 100755 --- a/partition.sh +++ b/partition.sh @@ -457,6 +457,7 @@ elif [[ "${ID}" == 'debian' ]]; then --include=printer-driver-all \ --include=systemd-timesyncd \ --include=tasksel \ + --include=zstd \ "${VERSION_CODENAME}" \ /mnt fi