Lines Matching refs:mksquashfs
96 As squashfs is a read-only filesystem, the mksquashfs program must be used to
99 SYNTAX:./mksquashfs source1 source2 ... dest [options] [-e list of exclude
214 directory is specified (i.e. mksquashfs source output_fs) the squashfs
218 If multiple source directories or files are specified, mksquashfs will merge
231 %mksquashfs /home/phillip/test output_fs
238 %mksquashfs /home/phillip/test goodies output_fs
246 %mksquashfs /home/phillip/test goodies test output_fs
262 %mksquashfs /home/phillip/test output_fs -keep-as-directory
271 filesystem exists on it, mksquashfs will append. The -noappend option will
293 Mksquashfs can be found by typing mksquashfs without any arguments. The
347 3.3 Changing global compression defaults used in mksquashfs
351 compression in mksquashfs. By and large the defaults are the most
363 and -noFragmentCompression) can be used to force mksquashfs to not compress
367 The -no-fragments tells mksquashfs to not generate fragment blocks, and rather
372 The -always-use-fragments option tells mksquashfs to always generate
384 The -no-duplicates option tells mksquashfs to not check the files being
397 of the original file. However, mksquashfs provides a number of options which
435 %mksquashfs /tmp/source1 source2 output_fs -e ex1 /tmp/source1/ex2 out/ex3
461 1. mksquashfs example image.sqsh -wildcards -e 'test/*.gz'
465 2. mksquashfs example image.sqsh -wildcards -e '*/[Tt]est/example*'
472 3. mksquashfs example image.sqsh -wildcards -e 'test/!(*data*).gz'
486 1. mksquashfs example image.sqsh -wildcards -e '... *.gz'
492 2. mksquashfs example image.sqsh -wildcards -e '... [Tt]est/*.gz'
499 3. mksquashfs example image.sqsh -wildcards -e '... !(*data*).gz'
511 %mksquashfs / /tmp/root.sqsh -e proc /tmp/root.sqsh
529 %mksquashfs /home/phillip/test image
536 %mksquashfs /home/phillip/test image -keep-as-directory
545 %mksquashfs /home/phillip/test image -keep-as-directory -root-becomes
576 mksquashfs dummy image.sqsh -recover squashfs_recovery_image.sqsh_1234
725 The -nopad option informs mksquashfs to not pad the filesystem to a 4K multiple.