diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-03-02 23:19:47 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-03-02 23:19:47 +0000 |
commit | a939e77cc9734907bd76d7b47c4caa5ede1e5724 (patch) | |
tree | 54d88a2b03680980a61a657a28ba037466f6816d /chapter02/creatingfilesystem.xml | |
parent | 073a2e8d9af0da458caddaae68717626cad660d7 (diff) |
* 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
Diffstat (limited to 'chapter02/creatingfilesystem.xml')
-rw-r--r-- | chapter02/creatingfilesystem.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter02/creatingfilesystem.xml b/chapter02/creatingfilesystem.xml index 2a10e1c1b..481433919 100644 --- a/chapter02/creatingfilesystem.xml +++ b/chapter02/creatingfilesystem.xml @@ -38,15 +38,15 @@ stock e2fsprogs package and use the resulting binaries to re-create the 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 |