From aa8363a353173ffc92bcefc3a699aeb928835bbe Mon Sep 17 00:00:00 2001 From: Archaic Date: Mon, 6 Jun 2005 01:27:49 +0000 Subject: Added a command to prevent module-init-tools from rewriting it's man page. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5716 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter06/module-init-tools.xml | 13 ++++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 241381a64..aa05273d1 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -87,6 +87,10 @@ First a summary, then a detailed log. +June 5th, 2005 [archaic]: Added a command to prevent +module-init-tools from rewriting it's man page (which relies on +docbook2man). + May 24th, 2005 [jim]: Changed gcc-specs patch to -2. May 23nd, 2005 [jim]: Changed changelog to use version entities. diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml index a3f8412c4..6e9e26263 100644 --- a/chapter06/module-init-tools.xml +++ b/chapter06/module-init-tools.xml @@ -31,17 +31,20 @@ Coreutils, Diffutils, Flex, GCC, Glibc, Grep, M4, Make, and Sed Installation of Module-Init-Tools +Module-Init-Tools attempts to rewrite it's +modprobe.conf man page during the build process. Not only +is this unnecessary, it relies on docbook2man which is not +installed in LFS. To prevent this do the following: + +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. -- cgit v1.2.3-54-g00ecf