From dd76e45c20acc3f352ffe8257208cc617ba33eba Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 19:23:08 +0200 Subject: Adding upstream version 1:4.6.1. Signed-off-by: Daniel Baumann --- USAGE-MKSQUASHFS-4.6 | 1069 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1069 insertions(+) create mode 100644 USAGE-MKSQUASHFS-4.6 (limited to 'USAGE-MKSQUASHFS-4.6') diff --git a/USAGE-MKSQUASHFS-4.6 b/USAGE-MKSQUASHFS-4.6 new file mode 100644 index 0000000..37dab44 --- /dev/null +++ b/USAGE-MKSQUASHFS-4.6 @@ -0,0 +1,1069 @@ + MKSQUASHFS - a tool to create Squashfs filesystems + +As Squashfs is a read-only filesystem, the Mksquashfs program must be used to +create populated squashfs filesystems. + +SYNTAX:mksquashfs source1 source2 ... FILESYSTEM [OPTIONS] [-e list of +exclude dirs/files] + +Filesystem compression options: +-b set data block to . Default 128 Kbytes. + Optionally a suffix of K or M can be given to specify + Kbytes or Mbytes respectively +-comp select compression + Compressors available: + gzip (default) + lzo + lz4 + xz + zstd +-noI do not compress inode table +-noId do not compress the uid/gid table (implied by -noI) +-noD do not compress data blocks +-noF do not compress fragment blocks +-noX do not compress extended attributes +-no-compression do not compress any of the data or metadata. This is + equivalent to specifying -noI -noD -noF and -noX + +Filesystem build options: +-tar read uncompressed tar file from standard in (stdin) +-no-strip act like tar, and do not strip leading directories + from source files +-tarstyle alternative name for -no-strip +-cpiostyle act like cpio, and read file pathnames from standard in + (stdin) +-cpiostyle0 like -cpiostyle, but filenames are null terminated. Can + be used with find -print0 action +-reproducible build filesystems that are reproducible (default) +-not-reproducible build filesystems that are not reproducible +-mkfs-time