summaryrefslogtreecommitdiff
path: root/conf/initramfs.conf
diff options
context:
space:
mode:
authorNorbert Lange <nolange79@gmail.com>2020-07-29 00:10:37 +0200
committerNorbert Lange <nolange79@gmail.com>2020-07-29 00:53:38 +0200
commite94f410c71e90598b4fabca3970c7f282b5bd0a0 (patch)
tree610c29a38e90b51953f9e8d27a0b11f9a7ce0528 /conf/initramfs.conf
parent482897b9a6001c69b16c651d4bc5b3a49a28d40f (diff)
un-,mkinitramfs: add support for zstd
Add support for zstd compression and decompression. Always use multithreaded compression, as zstd still generates identical archives. The zstd cmdline tool is usually able to decompress gzip, xz, lzma and lz4 so make sure to try the tool early. Signed-off-by: Norbert Lange <nolange79@gmail.com>
Diffstat (limited to 'conf/initramfs.conf')
-rw-r--r--conf/initramfs.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/initramfs.conf b/conf/initramfs.conf
index dd76996..1d782f3 100644
--- a/conf/initramfs.conf
+++ b/conf/initramfs.conf
@@ -38,7 +38,7 @@ BUSYBOX=auto
KEYMAP=n
#
-# COMPRESS: [ gzip | bzip2 | lz4 | lzma | lzop | xz ]
+# COMPRESS: [ gzip | bzip2 | lz4 | lzma | lzop | xz | zstd ]
#
COMPRESS=gzip