From ff4d2996397f4a04199b5dd5430053a4d6181cac Mon Sep 17 00:00:00 2001 From: Archaic Date: Wed, 8 Jun 2005 20:38:38 +0000 Subject: [PATCH] Merged r5716 and r5783 to testing. git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@5795 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter06/module-init-tools.xml | 13 ++++++++----- general.ent | 4 ++-- 3 files changed, 14 insertions(+), 7 deletions(-) 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 @@ - - + +