|
@@ -36,6 +36,17 @@ installed in LFS. Run the following command to avoid this:</para>
|
|
|
|
|
|
<screen><userinput>touch modprobe.conf.5</userinput></screen>
|
|
|
|
|
|
+<para>If you wish to run the test suite for Module-Init-Tools, you will need to
|
|
|
+download the separate testsuite tarball. Issue the following commands to
|
|
|
+perform the tests (note that the <command>make distclean</command> command is
|
|
|
+required to clean up the source tree, as the source gets recompiled as part of
|
|
|
+the testing process):</para>
|
|
|
+
|
|
|
+<screen><userinput>tar -xvf ../module-init-tools-testsuite-&module-init-tools-version;.tar.bz2 &&
|
|
|
+./configure &&
|
|
|
+make check &&
|
|
|
+make distclean</userinput></screen>
|
|
|
+
|
|
|
<para>Prepare Module-Init-Tools for compilation:</para>
|
|
|
|
|
|
<screen><userinput>./configure --prefix="" --enable-zlib</userinput></screen>
|
|
@@ -54,9 +65,6 @@ kernel modules.</para></listitem>
|
|
|
|
|
|
<screen><userinput>make</userinput></screen>
|
|
|
|
|
|
-<para>To test the results, issue:
|
|
|
-<userinput>make check</userinput>.</para>
|
|
|
-
|
|
|
<para>Install the package:</para>
|
|
|
|
|
|
<screen><userinput>make install</userinput></screen>
|