in→docs
This commit is contained in:
parent
c3af60bbfd
commit
96f5a0771a
109 changed files with 0 additions and 0 deletions
25
docs/public/squashfs-tools/index.rst
Normal file
25
docs/public/squashfs-tools/index.rst
Normal file
|
@ -0,0 +1,25 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue