OSDN Git Service

Fix no pic
[uclinux-h8/uClinux-dist.git] / user / squashfs-new / INSTALL
1                         INSTALLING SQUASHFS
2
3 The squashfs4.2.tar.gz file contains the squashfs-tools directory containing
4 mksquashfs and unsquashfs.
5
6 1. Kernel support
7 -----------------
8
9 This release is for 2.6.29 and newer kernels.  Kernel patching is not necessary.
10
11 Extended attribute support requires 2.6.35 or newer.  File systems with
12 extended attributes can be mounted on 2.6.29 and newer kernels (the
13 extended attributes will be ignored with a warning).
14
15 LZO compression support requires 2.6.36 or newer kernels.
16
17 XZ compression support requires 2.6.38 or newer kernels.
18
19 2. Building squashfs tools
20 --------------------------
21
22 The squashfs-tools directory contains the mksquashfs and unsquashfs programs.
23 These can be made by typing make (or make install to install in /usr/local/bin).
24
25 By default the tools are built with GZIP compression and extended attribute
26 support.  Read the Makefile in squashfs-tools/ for instructions on building
27 LZO and XZ compression support, and for instructions on disabling GZIP
28 and extended attribute support if desired.