diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-06-23 10:38:08 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-06-23 10:38:08 +0200 |
commit | 8cc0ed034504b744e6b1dd1af5db86bb97968097 (patch) | |
tree | 368a7d46cce1854bd4ea7d08855a4a1ea6d07e6d /doc | |
parent | b7267b9552555d557ff7e42ed5373be769eef4bf (diff) |
Add block size and device block size options to tar2sqfs
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tar2sqfs.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/tar2sqfs.1 b/doc/tar2sqfs.1 index 39e62f4..61c6b47 100644 --- a/doc/tar2sqfs.1 +++ b/doc/tar2sqfs.1 @@ -23,6 +23,14 @@ and the default selection. 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. +.TP +\fB\-\-dev\-block\-size\fR, \fB\-B\fR <size> +Device block size to padd the image to. +Defaults to 4096. +.TP \fB\-\-defaults\fR, \fB\-d\fR <options> A comma seperated list of default values for implicitly created directories. |