7.6. Module-Init-Tools-3.4

The Module-Init-Tools package contains programs for handling kernel modules in Linux kernels greater than or equal to version 2.5.47.

7.6.1. Installation of Module-Init-Tools

The tarball only contains sgml source for the manual pages. The following patch contains the result of processing this through docbook2man which we do not build as part of a basic clfs install :

patch -Np1 -i ../module-init-tools-3.4-manpages-1.patch

Prepare Module-Init-Tools for compilation:

CC="${CC} ${BUILD64}" ./configure --prefix=/ \
   --build=${CLFS_HOST} --host=${CLFS_TARGET}

Compile the package:

make

Install the package:

make DESTDIR=${CLFS} install

Details on this package are located in Section 10.57.2, “Contents of Module-Init-Tools.”