* Replaced hardcoded e2fsprogs version number with the version entity

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4717 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2005-03-02 23:19:47 +00:00
parent 073a2e8d9a
commit a939e77cc9

View File

@ -38,15 +38,15 @@ stock e2fsprogs package and use the resulting binaries to re-create the
filesystem on your LFS partition:</para> filesystem on your LFS partition:</para>
<screen><userinput>cd /tmp <screen><userinput>cd /tmp
tar xjf /path/to/sources/e2fsprogs-1.36.tar.bz2 tar xjf /path/to/sources/e2fsprogs-&e2fsprogs-version;.tar.bz2
cd e2fsprogs-1.36 cd e2fsprogs-&e2fsprogs-version;
mkdir build mkdir build
cd build cd build
../configure ../configure
make #note that we intentionally don't 'make install' here! make #note that we intentionally don't 'make install' here!
./misc/mke2fs /dev/<replaceable>[xxx]</replaceable> ./misc/mke2fs /dev/<replaceable>[xxx]</replaceable>
cd /tmp cd /tmp
rm -rf e2fsprogs-1.36</userinput></screen> rm -rf e2fsprogs-&e2fsprogs-version;</userinput></screen>
</note> </note>
<para>If a swap partition was created, it will need to be initialized <para>If a swap partition was created, it will need to be initialized