From d4dac8377e1e122ad59646bb39d8d9c301d5fcfb Mon Sep 17 00:00:00 2001 From: Archaic Date: Wed, 8 Jun 2005 20:34:26 +0000 Subject: [PATCH] Reverted commit from r5793. git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@5794 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ---- chapter06/module-init-tools.xml | 13 +++++-------- general.ent | 4 ++-- 3 files changed, 7 insertions(+), 14 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 17fade41d..302835548 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -84,10 +84,6 @@ First a summary, then a detailed log. -June 8th, 2005 [archaic]: Removed suggestion on where to move -/sources, and reworded the rest of the page (chapter06/revisedchroot.xml). - - 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 1520129ca..53cf74e3c 100644 --- a/chapter06/module-init-tools.xml +++ b/chapter06/module-init-tools.xml @@ -29,20 +29,17 @@ 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 +make DOCBOOKTOMAN="" + + +The DOCBOOKTOMAN option allows the compile process to +complete without regenerating the man pages. To test the results, issue: make check. diff --git a/general.ent b/general.ent index 6643bf986..e8e12e5a1 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + +