Skip to content

Commit

Permalink
Merge pull request #272 from michaelolbrich/squashfs-doc
Browse files Browse the repository at this point in the history
README.rst: clarify and update squashfs compression option documentation
  • Loading branch information
michaelolbrich authored Nov 8, 2024
2 parents f76db3c + 179ee8d commit 485cfe5
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 485cfe5

Please sign in to comment.