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. --- book/squashfs.html | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 book/squashfs.html (limited to 'book/squashfs.html') diff --git a/book/squashfs.html b/book/squashfs.html new file mode 100644 index 0000000..aee6e1f --- /dev/null +++ b/book/squashfs.html @@ -0,0 +1,4 @@ + +2.1. Squashfs 4.2

2.1. Squashfs 4.2

[Note]

Note

This chapter is mandatory for building the livecd. The livekey doesn't need it as we will show later

2.1.1. Introduction to Squashfs

The Squashfs package contains a highly compressed read-only filesystem for Linux.

2.1.2. 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