diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/module-init-tools.xml | 7 |
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 |