From 179ee8dffbc446a2e938e716a5b3b55e82dafd5c Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Fri, 8 Nov 2024 15:49:23 +0100 Subject: [PATCH] README.rst: clarify and update squashfs compression option documentation Fixes: #271 Signed-off-by: Michael Olbrich --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0e26074..4e64732 100644 --- a/README.rst +++ b/README.rst @@ -470,7 +470,8 @@ Options: :extraargs: Extra arguments passed to mksquashfs :compression: compression type for the image. Possible values are ``gzip`` - (default), ``lzo``, ``xz`` or ``none`` + (default), ``none`` and any other compressors supported by ``mksquashfs`` + such as ``lzo``, ``lz4``, ``xz``, ``zstd`` or ``lzma``. :block-size: Block size. Passed to the ``-b`` option of mksquashfs. Defaults to 4096.