diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-05-10 12:01:28 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-05-10 12:01:28 +0000 |
commit | c99f5b99bbd81da0f597898d9a204124ce7bec91 (patch) | |
tree | 75e73199f9849dfa3f62a8ccef1db2f796685e32 /chapter06/module-init-tools.xml | |
parent | a5d5b36c016969f39d0dc921c0e14b221798a5f6 (diff) |
Upgrade to Module-Init-Tools-3.8. Fixes #2381.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8865 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/module-init-tools.xml')
-rw-r--r-- | chapter06/module-init-tools.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml index 56393133a..b19ac384f 100644 --- a/chapter06/module-init-tools.xml +++ b/chapter06/module-init-tools.xml @@ -41,13 +41,6 @@ <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 |