aboutsummaryrefslogtreecommitdiffstats
path: root/chapter02
diff options
context:
space:
mode:
authorRandy McMurchy <randy@linuxfromscratch.org>2008-10-07 19:33:21 +0000
committerRandy McMurchy <randy@linuxfromscratch.org>2008-10-07 19:33:21 +0000
commit293164a5605ee04f17a2ed508c8ab7810d865063 (patch)
treeb08d08ee7f76a26445d785c992fc7155935d35ba /chapter02
parentc2b9528fd78cf69e29905f38d596d913996146e2 (diff)
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
Diffstat (limited to 'chapter02')
-rw-r--r--chapter02/creatingfilesystem.xml2
1 files changed, 1 insertions, 1 deletions
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:</para>
<screen role="nodump"><userinput>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