aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-READMEs/README-3.2
blob: e38286f728931a0e4317bba7c6e92e3a6792a35d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
	SQUASHFS 3.2 - A squashed read-only filesystem for Linux

	Copyright 2002-2007 Phillip Lougher <phillip@lougher.org.uk>

	Released under the GPL licence (version 2 or later).

Welcome to Squashfs version 3.2.  Squashfs 3.2 has support for NFS exporting,
some improvements to the Squashfs tools (Mksquashfs and Unsquashfs), some
major bug fixes, new kernel patches, and various other smaller improvements
and bug fixes.  Please see the CHANGES file for a detailed list.

1. MKSQUASHFS
-------------

New command line options:

-no-exports

	Squashfs now supports NFS exports.  By default the additional
	information necessary is added to the filesystem by Mksquashfs.  If you
	do not wish this extra information, then this option can be specified.
	This will save a couple of bytes per file, and the filesystem
	will be identical to Squashfs 3.1.

-no-progress

	Mksquashfs by default now displays a progress bar. This option disables
	it.

2. UNSQUASHFS
-------------

	Unsquashfs now supports Squashfs 2.x filesystems.