diff options
Diffstat (limited to 'squashfs.xml')
-rw-r--r-- | squashfs.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/squashfs.xml b/squashfs.xml new file mode 100644 index 0000000..687c438 --- /dev/null +++ b/squashfs.xml @@ -0,0 +1,30 @@ +<?xml version='1.0' encoding='ISO-8859-1'?>
+<!-- This document was created with Syntext Serna Free. --><!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!ENTITY squashfs-version '4.2'>
+<!ENTITY squashfs-download-http "http://downloads.sourceforge.net/squashfs/squashfs&squashfs-version;.tar.gz">
+ <!ENTITY squashfs-download-ftp " ">
+ <!ENTITY squashfs-md5sum "95c40fca0d886893631b5de14a0af25b">
+]>
+<sect1 id="squashfs" xreflabel="squashfs &squashfs-version;">
+<?dbhtml filename="squashfs.html"?> <title>Squashfs &squashfs-version;</title>
+ <note><para>This chapter is mandatory for building the livecd. The livekey doesn't need it as we will show later</para></note>
+ <para/>
+ <sect2 role="package">
+ <title>Introduction to Squashfs</title>
+ <para>The <application>Squashfs</application> package contains a highly compressed read-only filesystem for Linux.</para>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>Download (HTTP): <ulink url="&squashfs-download-http;"/></para>
+ </listitem>
+ </itemizedlist>
+ </sect2>
+ <sect2 role="installation">
+ <title>Installing squashfs-tools</title>
+ <para>Assuming you are in the squashfs 4.2 source directory, install Squashfs by running the following
+ commands:</para>
+ <screen><userinput>cd squashfs-tools && make</userinput></screen>
+ <para>Then, as user root, run the following:
+ </para>
+ <screen><userinput>cp -v unsquashfs mksquashfs /usr/bin </userinput></screen>
+ </sect2>
+</sect1>
|