From: Harald Hoyer Date: Fri, 29 May 2020 09:03:19 +0000 (+0200) Subject: dracut.conf.5.asc: document how to config --no-compress in the config X-Git-Tag: 051~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7169e5f0e43cdc9a0bdc93de33f3404d8c461acd;p=thirdparty%2Fdracut.git dracut.conf.5.asc: document how to config --no-compress in the config Fixes: https://github.com/dracutdevs/dracut/issues/824 --- diff --git a/dracut.conf.5.asc b/dracut.conf.5.asc index 937f54238..f206f2f7b 100644 --- a/dracut.conf.5.asc +++ b/dracut.conf.5.asc @@ -80,12 +80,13 @@ Configuration files must have the extension .conf; other extensions are ignored. Specify additional files to include in the initramfs, separated by spaces, if they exist. -*compress=*"__{bzip2|lzma|xz|gzip|lzo|lz4|zstd|}__":: +*compress=*"__{cat|bzip2|lzma|xz|gzip|lzo|lz4|zstd|}__":: Compress the generated initramfs using the passed compression program. If you pass it just the name of a compression program, it will call that program with known-working arguments. If you pass arguments, it will be called with exactly those arguments. Depending on what you pass, this may result in an initramfs that the kernel cannot decompress. + To disable compression, use "cat". *do_strip=*"__{yes|no}__":: Strip binaries in the initramfs (default=yes)