From a939e77cc9734907bd76d7b47c4caa5ede1e5724 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Wed, 2 Mar 2005 23:19:47 +0000 Subject: * 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 --- chapter02/creatingfilesystem.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter02') 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: 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/[xxx] cd /tmp -rm -rf e2fsprogs-1.36 +rm -rf e2fsprogs-&e2fsprogs-version; If a swap partition was created, it will need to be initialized -- cgit v1.2.3-54-g00ecf