Author: randy
Date: 2008-10-07 13:33:21 -0600 (Tue, 07 Oct 2008)
New Revision: 8601
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter02/creatingfilesystem.xml
Log:
Corrected the instruction to untar the E2fsprogs tarball in Section 2.3, thanks
to William Immendorf for pointing out the error
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2008-10-07 19:25:43 UTC (rev 8600)
+++ trunk/BOOK/chapter01/changelog.xml 2008-10-07 19:33:21 UTC (rev 8601)
@@ -41,6 +41,11 @@
<para>2008-10-07</para>
<itemizedlist>
<listitem>
+ <para>[randy] - Corrected the instruction to untar the E2fsprogs
+ tarball in Section 2.3. Thanks to William Immendorf for pointing
+ out the error.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Updated Berkeley DB to 4.7.25.</para>
</listitem>
<listitem>
Modified: trunk/BOOK/chapter02/creatingfilesystem.xml
===================================================================
--- trunk/BOOK/chapter02/creatingfilesystem.xml 2008-10-07 19:25:43 UTC (rev
8600)
+++ trunk/BOOK/chapter02/creatingfilesystem.xml 2008-10-07 19:33:21 UTC (rev
8601)
@@ -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
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page