summaryrefslogtreecommitdiffstats
path: root/book/squashfs.html
blob: aee6e1f7eeaf7b5560ed34e7de3ef9c6fd9dfa7b (plain)
1
2
3
4
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /><title>2.1.�Squashfs 4.2</title><link rel="stylesheet" href="stylesheets/lfs.css" type="text/css" /><meta name="generator" content="DocBook XSL Stylesheets V1.73.2" /><link rel="stylesheet" href="stylesheets/lfs-print.css" type="text/css" media="print" /></head><body class="lfs" id="lfs-0.3"><div class="navheader"><h4>LFS live howto - Version 0.3</h4><h3>Chapter�2.�packages</h3><ul><li class="prev"><a accesskey="p" href="ch02.html" title="packages">Prev</a><p>packages</p></li><li class="next"><a accesskey="n" href="git.html" title="GIT">Next</a><p>GIT</p></li><li class="up"><a accesskey="u" href="ch02.html" title="Chapter�2.�packages">Up</a></li><li class="home"><a accesskey="h" href="index.html" title="LFS live howto - Version 0.3">Home</a></li></ul></div><div class="sect1" lang="en" xml:lang="en"><h1 class="sect1"><a id="squashfs" name="squashfs"></a>2.1. Squashfs 4.2</h1><div class="admon note"><img alt="[Note]" src="images/note.png" /><h3>Note</h3><p>This chapter is mandatory for building the livecd. The livekey doesn't need it as we will show later</p></div><p></p><div class="package" lang="en" xml:lang="en"><h2 class="sect2">2.1.1. Introduction to Squashfs</h2><p>The <span class="application">Squashfs</span> package contains a highly compressed read-only filesystem for Linux.</p><div class="itemizedlist"><ul class="compact"><li><p>Download (HTTP): <a class="ulink" href="http://downloads.sourceforge.net/squashfs/squashfs4.2.tar.gz">http://downloads.sourceforge.net/squashfs/squashfs4.2.tar.gz</a></p></li></ul></div></div><div class="installation" lang="en" xml:lang="en"><h2 class="sect2">2.1.2. Installing squashfs-tools</h2><p>Assuming you are in the squashfs 4.2 source directory, install Squashfs by running the following
    commands:</p><pre class="userinput"><kbd class="command">cd squashfs-tools &amp;&amp; make</kbd></pre><p>Then, as user root, run the following:
    </p><pre class="userinput"><kbd class="command">cp -v unsquashfs mksquashfs /usr/bin </kbd></pre></div></div><div class="navfooter"><ul><li class="prev"><a accesskey="p" href="ch02.html" title="packages">Prev</a><p>packages</p></li><li class="next"><a accesskey="n" href="git.html" title="GIT">Next</a><p>GIT</p></li><li class="up"><a accesskey="u" href="ch02.html" title="Chapter�2.�packages">Up</a></li><li class="home"><a accesskey="h" href="index.html" title="LFS live howto - Version 0.3">Home</a></li></ul></div></body></html>