From 293164a5605ee04f17a2ed508c8ab7810d865063 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Tue, 7 Oct 2008 19:33:21 +0000 Subject: Corrected the instruction to untar the E2fsprogs tarball in Section 2.3, thanks to William Immendorf for pointing out the error git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8601 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter02/creatingfilesystem.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter02') diff --git a/chapter02/creatingfilesystem.xml b/chapter02/creatingfilesystem.xml index 57ca2d142..51fbc1fd7 100644 --- a/chapter02/creatingfilesystem.xml +++ b/chapter02/creatingfilesystem.xml @@ -51,7 +51,7 @@ resulting binaries to re-create the filesystem on your LFS partition: cd /tmp -tar -xjvf /path/to/sources/e2fsprogs-&e2fsprogs-version;.tar.bz2 +tar -xzvf /path/to/sources/e2fsprogs-&e2fsprogs-version;.tar.gz cd e2fsprogs-&e2fsprogs-version; mkdir -v build cd build -- cgit v1.2.3-54-g00ecf