diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 302835548..ce549487e 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -84,6 +84,10 @@ First a summary, then a detailed log.
+June 8th, 2005 [archaic]: Added a command to prevent
+module-init-tools from rewriting it's man page (which relies on
+docbook2man).
+
Jun 1st, 2005 [manuel]: Changed patches root to
lfs/svn/testing/
diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml
index 53cf74e3c..1520129ca 100644
--- a/chapter06/module-init-tools.xml
+++ b/chapter06/module-init-tools.xml
@@ -29,17 +29,20 @@ Coreutils, Diffutils, Flex, GCC, Glibc, Grep, M4, Make, and Sed
Installation of Module-Init-Tools
+Module-Init-Tools attempts to rewrite its
+modprobe.conf man page during the build process. This is
+unnecessary and also relies on docbook2man — which is not
+installed in LFS. Run the following command to avoid this:
+
+touch modprobe.conf.5
+
Prepare Module-Init-Tools for compilation:
./configure --prefix="" --enable-zlib
Compile the package:
-make DOCBOOKTOMAN=""
-
-
-The DOCBOOKTOMAN option allows the compile process to
-complete without regenerating the man pages.
+make
To test the results, issue:
make check.
diff --git a/general.ent b/general.ent
index e8e12e5a1..6643bf986 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
-
-
+
+