aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2009-02-08 18:27:19 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2009-02-08 18:27:19 +0000
commit8fa3cafccef241ce19a11667375d2124d9b54817 (patch)
treed443719b07d1d01538a9a1bb11decb959676fec7 /chapter06
parentbd2f3f86c143fde34437b3007cabbfc8afbca97b (diff)
Upgrade to Module-Init-Tools-3.6. Fixes #2343.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8810 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/module-init-tools.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml
index b19ac384f..56393133a 100644
--- a/chapter06/module-init-tools.xml
+++ b/chapter06/module-init-tools.xml
@@ -41,6 +41,13 @@
<sect2 role="installation">
<title>Installation of Module-Init-Tools</title>
+ <para>The Module-Init-Tools source tarball doesn't contain generated
+ man pages. Apply the following patch so that no attempt to generate the
+ man pages is made (such attempts will fail due to a lack of necessary tools
+ in the LFS system):</para>
+
+<screen><userinput remap="pre">patch -Np1 -i ../&module-init-tools-manpages-patch;</userinput></screen>
+
<para>The testsuite of this package is geared towards the needs of its
Maintainer. The command <command>make check</command> builds a specially
wrapped version of modprobe which is useless for normal operation. To run