From 1a759410c061b4d5b2d79ff43ea5427eeae09193 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Tue, 6 Aug 2019 09:47:59 +0200 Subject: [PATCH] squashfs-tools --- in/public/archives/squashfs-tools/index.rst | 28 ++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) 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