• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1	SQUASHFS 3.2 - A squashed read-only filesystem for Linux
2
3	Copyright 2002-2007 Phillip Lougher <phillip@lougher.org.uk>
4
5	Released under the GPL licence (version 2 or later).
6
7Welcome to Squashfs version 3.2.  Squashfs 3.2 has support for NFS exporting,
8some improvements to the Squashfs tools (Mksquashfs and Unsquashfs), some
9major bug fixes, new kernel patches, and various other smaller improvements
10and bug fixes.  Please see the CHANGES file for a detailed list.
11
121. MKSQUASHFS
13-------------
14
15New command line options:
16
17-no-exports
18
19	Squashfs now supports NFS exports.  By default the additional
20	information necessary is added to the filesystem by Mksquashfs.  If you
21	do not wish this extra information, then this option can be specified.
22	This will save a couple of bytes per file, and the filesystem
23	will be identical to Squashfs 3.1.
24
25-no-progress
26
27	Mksquashfs by default now displays a progress bar. This option disables
28	it.
29
302. UNSQUASHFS
31-------------
32
33	Unsquashfs now supports Squashfs 2.x filesystems.
34