]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
feat(squash): update the manual page for --squash-compressor
authorTao Liu <ltao@redhat.com>
Mon, 14 Feb 2022 07:12:47 +0000 (15:12 +0800)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Tue, 22 Feb 2022 17:32:29 +0000 (17:32 +0000)
Signed-off-by: Tao Liu <ltao@redhat.com>
man/dracut.8.asc

index 708166bdcacdec935b26be11979bf4822c5c05d3..d959105a29823bdcb794cde7dca9b1e39534387c 100644 (file)
@@ -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** _<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.