Skip to content

Commit

Permalink
README.rst: clarify and update squashfs compression option documentation
Browse files Browse the repository at this point in the history
Fixes: #271

Signed-off-by: Michael Olbrich <[email protected]>
  • Loading branch information
michaelolbrich committed Nov 8, 2024
1 parent f76db3c commit 179ee8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 179ee8d

Please sign in to comment.