Author: matthew
Date: 2005-03-02 16:19:47 -0700 (Wed, 02 Mar 2005)
New Revision: 4717

Modified:
   trunk/BOOK/chapter02/creatingfilesystem.xml
Log:
* Replaced hardcoded e2fsprogs version number with the version entity


Modified: trunk/BOOK/chapter02/creatingfilesystem.xml
===================================================================
--- trunk/BOOK/chapter02/creatingfilesystem.xml 2005-03-02 21:35:18 UTC (rev 
4716)
+++ trunk/BOOK/chapter02/creatingfilesystem.xml 2005-03-02 23:19:47 UTC (rev 
4717)
@@ -38,15 +38,15 @@
 filesystem on your LFS partition:</para>
 
 <screen><userinput>cd /tmp
-tar xjf /path/to/sources/e2fsprogs-1.36.tar.bz2
-cd e2fsprogs-1.36
+tar xjf /path/to/sources/e2fsprogs-&e2fsprogs-version;.tar.bz2
+cd e2fsprogs-&e2fsprogs-version;
 mkdir build
 cd build
 ../configure
 make #note that we intentionally don't 'make install' here!
 ./misc/mke2fs /dev/<replaceable>[xxx]</replaceable>
 cd /tmp
-rm -rf e2fsprogs-1.36</userinput></screen>
+rm -rf e2fsprogs-&e2fsprogs-version;</userinput></screen>
 </note>
 
 <para>If a swap partition was created, it will need to be initialized

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to