summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-05-25 00:07:17 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-05-25 00:07:17 +0200
commit20a29fab6382850ac9912c1a44d2cd8101a64184 (patch)
tree58daf1d3f80aa4c411779f9693ba923984058758
parent9e7a56b2119a64e30e8ac8af9e483c60976bbd37 (diff)
Update documentation
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
-rw-r--r--README3
-rw-r--r--doc/gensquashfs.14
2 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index 11989a7..fd68598 100644
--- a/README
+++ b/README
@@ -88,6 +88,3 @@ At the moment, the following things still require some work:
- sparse files (not implemented yet)
- hard links (not implemented yet; do we even want this?)
- NFS export tables (not implemented yet)
- - compressor options (stub code exists, implementation missing, command line
- not implemented yet)
-
diff --git a/doc/gensquashfs.1 b/doc/gensquashfs.1
index aefa696..a1150dd 100644
--- a/doc/gensquashfs.1
+++ b/doc/gensquashfs.1
@@ -15,6 +15,10 @@ The second argument is the file name of the SquashFS image to generate.
Select the compressor to use (defaults to 'xz').
Run \fBgensquashfs \-\-help\fR to get a list of all available compressors.
.TP
+\fB\-\-comp\-extra\fR, \fB\-X\fR <options>
+A comma seperated list of extra options for the selected compressor. Specify
+\fBhelp\fR to get a list of available options.
+.TP
\fB\-\-block\-size\fR, \fB\-b\fR <size>
Block size to use for Squashfs image.
Defaults to 131072.