docs→rtfd
This commit is contained in:
parent
7bc781ed11
commit
c7ec1dc5d1
131 changed files with 1 additions and 1 deletions
25
rtfd/public/squashfs-tools/index.rst
Normal file
25
rtfd/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