From c30d41f0f6db251fd23f1fa76e90e85aa24c82c2 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 15 Jan 2024 12:32:43 +0100 Subject: [PATCH] SW: add zstd to GRML_SMALL Nowadays zstd is used as default compression utility for initramfs by Debian, so let's make sure to have it available. We already ship zstd since 2019 with GRML_FULL (see commit 2dc56cc10f), now let's make sure to also have it available on grml-small. Thanks: Marc Haber Closes: https://github.com/grml/grml/issues/204 --- etc/grml/fai/config/package_config/GRML_SMALL | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/grml/fai/config/package_config/GRML_SMALL b/etc/grml/fai/config/package_config/GRML_SMALL index 9e24304..cb5d489 100644 --- a/etc/grml/fai/config/package_config/GRML_SMALL +++ b/etc/grml/fai/config/package_config/GRML_SMALL @@ -107,6 +107,7 @@ wipe xfsprogs zip zsh +zstd # special terminal output toilet -- 2.1.4