%general-entities; ]> Kmod-&kmod-version; Kmod boot Installation of Kmod liblzma_CFLAGS="-I/tools/include" liblzma_LIBS="-L/tools/lib -llzma" \ zlib_CFLAGS="-I/tools/include" zlib_LIBS="-L/tools/lib -lz" \ ./configure --prefix=/tools --bindir=/bin \ --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-xz --with-zlib The meaning of the new configure options: --with-zlib --with-xz These allow the Kmod package to handle zlib and XZ compressed kernel modules. make DESTDIR=${CLFS} install ln -sv kmod ${CLFS}/bin/lsmod ln -sv ../bin/kmod ${CLFS}/sbin/depmod ln -sv ../bin/kmod ${CLFS}/sbin/insmod ln -sv ../bin/kmod ${CLFS}/sbin/modprobe ln -sv ../bin/kmod ${CLFS}/sbin/modinfo ln -sv ../bin/kmod ${CLFS}/sbin/rmmod <para>Details on this package are located in <xref linkend="contents-kmod" role="."/></para> </sect2> </sect1>