From 7df987a652b93d55dd8eca363706d3bacc469b55 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Thu, 27 Nov 2014 16:29:31 -0600 Subject: Initial commit message for lfs live howto. --- squashfs.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 squashfs.xml (limited to 'squashfs.xml') diff --git a/squashfs.xml b/squashfs.xml new file mode 100644 index 0000000..687c438 --- /dev/null +++ b/squashfs.xml @@ -0,0 +1,30 @@ + + + + + +]> + + Squashfs &squashfs-version; + This chapter is mandatory for building the livecd. The livekey doesn't need it as we will show later + + + Introduction to Squashfs + The Squashfs package contains a highly compressed read-only filesystem for Linux. + + + Download (HTTP): + + + + + Installing squashfs-tools + Assuming you are in the squashfs 4.2 source directory, install Squashfs by running the following + commands: + cd squashfs-tools && make + Then, as user root, run the following: + + cp -v unsquashfs mksquashfs /usr/bin + + -- cgit v1.2.3-54-g00ecf