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: