diff --git a/in/public/archives/squashfs-tools/index.rst b/in/public/archives/squashfs-tools/index.rst index d8ff447..6c36ca6 100644 --- a/in/public/archives/squashfs-tools/index.rst +++ b/in/public/archives/squashfs-tools/index.rst @@ -1,3 +1,25 @@ -############## -SquashFS-tools -############## +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