The Module-Init-Tools package contains programs for handling kernel modules in Linux kernels greater than or equal to version 2.5.47.
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
The meaning of the configure options:
This allows the Module-Init-Tools package to handle compressed kernel modules.
Compile the package:
make
To test the results, issue: make check.
Install the package:
make install