From b822811980a5f82726cb641cbeff66be9eb6d92a Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Sun, 22 Jul 2001 19:45:10 +0000 Subject: XML changes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/e2fsprogs-inst.xml | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) (limited to 'chapter06/e2fsprogs-inst.xml') diff --git a/chapter06/e2fsprogs-inst.xml b/chapter06/e2fsprogs-inst.xml index 39c263be4..4843a3554 100644 --- a/chapter06/e2fsprogs-inst.xml +++ b/chapter06/e2fsprogs-inst.xml @@ -1,25 +1,17 @@ Installation of E2fsprogs - -Install E2fsprogs by running the following commands: - +Install E2fsprogs by running the following commands: - -Please note that the empty --with-root-prefix= option below is supposed -to be like this. We did not forget to supply a value there. - +Please note that the empty --with-root-prefix= option below is supposed +to be like this. We did not forget to supply a value there. - - -./configure --prefix=/usr --with-root-prefix= \ +./configure --prefix=/usr --with-root-prefix= \    --enable-elf-shlibs && make && make install && make install-libs && -mv /usr/sbin/mklost+found /sbin - - +mv /usr/sbin/mklost+found /sbin -- cgit v1.2.3-54-g00ecf