Home | History | Annotate | Download | only in squashfs-tools
      1 			INSTALLING SQUASHFS
      2 
      3 The squashfs4.3.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 LZ4 support is not yet in any mainline kernel.
     20 
     21 2. Building squashfs tools
     22 --------------------------
     23 
     24 The squashfs-tools directory contains the mksquashfs and unsquashfs programs.
     25 These can be made by typing make (or make install to install in /usr/local/bin).
     26 
     27 By default the tools are built with GZIP compression and extended attribute
     28 support.  Read the Makefile in squashfs-tools/ for instructions on building
     29 LZO, LZ4 and XZ compression support, and for instructions on disabling GZIP
     30 and extended attribute support if desired.
     31