From: Tao Liu Date: Mon, 14 Feb 2022 07:12:47 +0000 (+0800) Subject: feat(squash): update the manual page for --squash-compressor X-Git-Tag: 057~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3693bfef2fc252f5a4b18278c87a1076896b7fb5;p=thirdparty%2Fdracut.git feat(squash): update the manual page for --squash-compressor Signed-off-by: Tao Liu --- diff --git a/man/dracut.8.asc b/man/dracut.8.asc index 708166bdc..d959105a2 100644 --- a/man/dracut.8.asc +++ b/man/dracut.8.asc @@ -455,6 +455,12 @@ will not be able to boot. you pass, this may result in an initramfs that the kernel cannot decompress. The default value can also be set via the _INITRD_COMPRESS_ environment variable. +**--squash-compressor** __:: + Compress the squashfs image using the passed compressor and compressor + specific options for mksquashfs. You can refer to mksquashfs manual for + supported compressors and compressor specific options. If squash module is + not called when building the initramfs, this option will not take effect. + **--no-compress**:: Do not compress the generated initramfs. This will override any other compression options.