rtfd/in/public/squashfs-tools/index.rst
2019-08-25 10:36:05 +02:00

25 lines
285 B
ReStructuredText

squashfs-tools
==============
Archive
-------
.. code:: shell
mksquashfs \
/directory \
/filesystem.squashfs \
-b 1m \
-comp xz
.. todo:: compression options
Unarchive
---------
.. code:: shell
unsquashfs \
/filesystem.squashfs
.. todo:: specify output directory's name