rtfd/in/public/squashfs-tools/index.rst

26 lines
285 B
ReStructuredText
Raw Normal View History

2019-08-06 07:47:59 +00:00
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