LDP/LDP/howto/docbook/SquashFS-HOWTO/SquashFS-HOWTO.xml

171 lines
4.0 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY chapter1 SYSTEM "chapter1.xml">
<!ENTITY chapter2 SYSTEM "chapter2.xml">
<!ENTITY chapter3 SYSTEM "chapter3.xml">
<!ENTITY chapter4 SYSTEM "chapter4.xml">
<!ENTITY chapter5 SYSTEM "chapter5.xml">
<!ENTITY chapter6 SYSTEM "chapter6.xml">
]>
<article id="SquashFS-HOWTO">
<articleinfo>
<title>SquashFS HOWTO</title>
<authorgroup>
<author>
<firstname>Artemiy</firstname>
<othername>I.</othername>
<surname>Pavlov</surname>
<affiliation>
<orgname><ulink url="http://www.sinevibes.com/">Sinevibes</ulink></orgname>
<address></address>
</affiliation>
</author>
<author>
<firstname>Marco</firstname>
<othername></othername>
<surname>Cecchetti</surname>
<affiliation>
<address><email>mrc (dot) ildp (dot) com</email></address>
</affiliation>
</author>
</authorgroup>
<keywordset>
<keyword>linux</keyword>
<keyword>squashfs</keyword>
<keyword>squashed</keyword>
<keyword>squash</keyword>
<keyword>compressed</keyword>
<keyword>filesystem</keyword>
<keyword>kernel</keyword>
<keyword>embedded</keyword>
<keyword>tiny</keyword>
</keywordset>
<abstract>
<title>Abstract</title>
<para>This HOWTO describes the usage of SquashFS - a highly-compressed
read-only file system for Linux, which is intended for use in tiny-sized and
embedded systems, and anywhere else you'd want to use a compressed file system.
With this document, you'll learn how to prepare a SquashFS-ready
Linux kernel, create a squashed file system and happily use it.
</para>
</abstract>
<abstract>
<title>Home of this HOWTO</title>
<para>
The SquashFS HOWTO lives at <ulink url="http://artemio.net/projects/linuxdoc/squashfs">http://artemio.net/projects/linuxdoc/squashfs</ulink>.
There you will always find the latest version of the document, and will be able to send
your feedback.
</para>
</abstract>
<revhistory id="revhistory">
<revision>
<revnumber>1.9</revnumber>
<date>2008-07-24</date>
<authorinitials></authorinitials>
<revremark>Text corrections.
</revremark>
</revision>
<revision>
<revnumber>1.8</revnumber>
<date>2008-01-06</date>
<authorinitials></authorinitials>
<revremark>Changes according to SquashFS release 3.3. Some parts added.
</revremark>
</revision>
<revision>
<revnumber>1.7</revnumber>
<date>2005-03-25</date>
<authorinitials></authorinitials>
<revremark>Changes according to SquashFS release 2.1.
</revremark>
</revision>
<revision>
<revnumber>1.6</revnumber>
<date>2004-11-10</date>
<authorinitials></authorinitials>
<revremark>Changes according to SquashFS release 2.0.
Text corrections.
</revremark>
</revision>
<revision>
<revnumber>1.5</revnumber>
<date>2004-06-07</date>
<authorinitials></authorinitials>
<revremark>Changes according to SquashFS release 2.0 alpha.
Lots of description improvements and clarifications. Split
instructions for Linux kernels of 2.6.x (new) and 2.4.x series.
</revremark>
</revision>
<revision>
<revnumber>1.1</revnumber>
<date>2004-05-22</date>
<authorinitials></authorinitials>
<revremark>Changes according to SquashFS release 1.3r3.</revremark>
</revision>
<revision>
<revnumber>1.0</revnumber>
<date>2004-02-19</date>
<authorinitials></authorinitials>
<revremark>Initial Release, reviewed by LDP.</revremark>
</revision>
<revision>
<revnumber>0.2</revnumber>
<date>2003-12-08</date>
<authorinitials></authorinitials>
<revremark>Text corrections, license added.</revremark>
</revision>
<revision>
<revnumber>0.1</revnumber>
<date>2003-11-24</date>
<authorinitials></authorinitials>
<revremark>Initial version. Instructions for SquashFS release 1.3r2.</revremark>
</revision>
</revhistory>
</articleinfo>
&chapter1;
&chapter2;
&chapter3;
&chapter4;
&chapter5;
&chapter6;
</article>