aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2020-07-16 00:05:53 +0200
committerThomas Deutschmann <whissi@gentoo.org>2020-07-16 16:29:17 +0200
commit80e3a6086c92e30101f772170c4b056f1ff4c81c (patch)
tree88d45f12e8e1f1aa66a6af9d7470ef9e42461a02 /doc
parentthin-provisioning-tools: Honor toolchain (diff)
downloadgenkernel-80e3a6086c92e30101f772170c4b056f1ff4c81c.tar.gz
genkernel-80e3a6086c92e30101f772170c4b056f1ff4c81c.tar.bz2
genkernel-80e3a6086c92e30101f772170c4b056f1ff4c81c.zip
Add ZSTD compression support for initramfs
Bug: https://bugs.gentoo.org/731294 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/genkernel.8.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/genkernel.8.txt b/doc/genkernel.8.txt
index 40c591e..5b15a02 100644
--- a/doc/genkernel.8.txt
+++ b/doc/genkernel.8.txt
@@ -598,7 +598,8 @@ NOTE: System.map filename and System.map symlink name must be different.
Deprecated alias for *--*[*no-*]*compress-initramfs*.
*--compress-initramfs-type*=<arg>::
- Compression type for initramfs (best, bzip2, fastest, gzip, lz4, lzma, lza, xz).
+ Compression type for initramfs (best, bzip2, fastest, gzip, lz4, lzma,
+ lza, xz, zstd).
+
*best* will select the algorithm providing best compression
from those selected in your kernel configuration.