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 --- include/simple_writer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/simple_writer.h b/include/simple_writer.h index 4885b9f..c6d2833 100644 --- a/include/simple_writer.h +++ b/include/simple_writer.h @@ -54,6 +54,7 @@ typedef struct { bool exportable; bool no_xattr; bool quiet; + bool no_pad; } sqfs_writer_cfg_t; #ifdef __cplusplus -- cgit v1.2.3