7.7. Module-Init-Tools-3.12

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

7.7.1. Installation of Module-Init-Tools

Prepare Module-Init-Tools for compilation:

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

Compile the package:

make DOCBOOKTOMAN=true

Install the package:

make DESTDIR=${CLFS} install

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