From e9d1d3dc9aa4b53be536f97f253cc908e58429ec Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 26 Sep 2024 11:47:24 +0200 Subject: Add no-pad option to gensquashfs, sqfs2tar This works similar to the option for mksquashfs, preventing the image from being padded to device block size. Signed-off-by: David Oberhollenzer --- bin/tar2sqfs/tar2sqfs.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin/tar2sqfs/tar2sqfs.1') diff --git a/bin/tar2sqfs/tar2sqfs.1 b/bin/tar2sqfs/tar2sqfs.1 index 2cac9e2..b11b159 100644 --- a/bin/tar2sqfs/tar2sqfs.1 +++ b/bin/tar2sqfs/tar2sqfs.1 @@ -109,6 +109,10 @@ Generate an export table for NFS support. Do not perform tail end packing on files that are larger than the specified block size. .TP +\fB\-\-no\-pad\fR +Do not pad the resulting image to device block size. May result in an image +that cannot be loop mounted. +.TP \fB\-\-force\fR, \fB\-f\fR Overwrite the output file if it exists. .TP -- cgit v1.2.3