From 8cc0ed034504b744e6b1dd1af5db86bb97968097 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 23 Jun 2019 10:38:08 +0200 Subject: Add block size and device block size options to tar2sqfs Signed-off-by: David Oberhollenzer --- doc/tar2sqfs.1 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/tar2sqfs.1') 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 +Block size to use for Squashfs image. +Defaults to 131072. +.TP +\fB\-\-dev\-block\-size\fR, \fB\-B\fR +Device block size to padd the image to. +Defaults to 4096. +.TP \fB\-\-defaults\fR, \fB\-d\fR A comma seperated list of default values for implicitly created directories. -- cgit v1.2.3