From 8250be1c3efa6b755cfbe5ce11fecb6b9cd4e5a8 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sat, 19 Jun 2004 17:38:49 +0000 Subject: Brought e2fsprogs instructions inline with upstream recommendations (Bill Maltby - bug #577). git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3814 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 5 ++++- chapter06/e2fsprogs.xml | 20 ++++++++++++++++++-- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d010790fa..36ca6f7a1 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -76,7 +76,10 @@ first a summary, then a detailed log. -June 19, 2004 [manuel]: Amplied the Index entries for Hotplug +June 19, 2004 [matt]: chapter06 - e2fsprogs, brought +instructions inline with upstream recommendations. + +June 19, 2004 [manuel]: Applied the Index entries for Hotplug and Linux-Libc-Headers. Tags corrections. June 18, 2004 [winkie]: Instead of using the udev binary, use diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index edbb99fbd..a26b496e3 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -16,7 +16,7 @@ file system. It also supports the ext3 journaling file system. &buildtime; &diskspace; -0.6 SBU48.4 MB +0.6 SBU4.9 MB @@ -29,9 +29,15 @@ Diffutils, Gawk, GCC, Gettext, Glibc, Grep, Make, Sed, Texinfo Installation of E2fsprogs +It is recommended to build E2fsprogs in a subdirectory of the source tree: + + +mkdir build +cd build + Prepare E2fsprogs for compilation: -./configure --prefix=/usr --with-root-prefix="" \ +../configure --prefix=/usr --with-root-prefix="" \ --enable-elf-shlibs --disable-evms The meaning of the configure options: @@ -55,6 +61,16 @@ want. This creates the shared libraries which some programs in this package use. + + +--disable-evms +This disables the building of the Enterprise Volume Management +System (EVMS) plugin. This plugin is not up-to-date with the latest EVMS +internal interfaces and EVMS is not installed as part of a base LFS system, so +the plugin is not required. See the +EVMS homepage for more +information regarding EVMS itself. + Compile the package: -- cgit v1.2.3-54-g00ecf