diff options
author | Holger Paradies <retabell@gmx.de> | 2023-01-29 08:05:07 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2024-02-27 18:04:32 +0100 |
commit | 0436c92041247a1f31f66304e78c31f1dfecdc0c (patch) | |
tree | cb19845b62dcbb971e2e995933e8336a669f04eb | |
parent | 5cb87c2ef7be877eed08ac7f989df4130494d41a (diff) | |
download | kanotix-0436c92041247a1f31f66304e78c31f1dfecdc0c.zip kanotix-0436c92041247a1f31f66304e78c31f1dfecdc0c.tar.gz |
Add zstd
zstd is preferred to create initrd.img since bookworm
-rw-r--r-- | config/lists/base | 3 | ||||
-rw-r--r-- | config/lists/kanotix-eeepc4G | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/config/lists/base b/config/lists/base index bb3c48d..cb54a84 100644 --- a/config/lists/base +++ b/config/lists/base @@ -51,6 +51,9 @@ unzip p7zip-full zip unp +#nif DISTRIBUTION wheezy jessie stretch buster bullseye +zstd +#endif # tools bc diff --git a/config/lists/kanotix-eeepc4G b/config/lists/kanotix-eeepc4G index 680f592..06d739d 100644 --- a/config/lists/kanotix-eeepc4G +++ b/config/lists/kanotix-eeepc4G @@ -51,6 +51,9 @@ unzip p7zip-full zip unp +#nif DISTRIBUTION wheezy jessie stretch buster bullseye +zstd +#endif # tools bc |