Changeset e0e40d3 for BOOK/final-system/common/module-init-tools.xml
- Timestamp:
- Feb 21, 2006, 1:23:04 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 69caf2f
- Parents:
- 82fedc4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/module-init-tools.xml
r82fedc4 re0e40d3 43 43 <screen os="b"><userinput>touch modprobe.conf.5</userinput></screen> 44 44 45 <para os=" g">If you wish to run the test suite for Module-Init-Tools, you45 <para os="c">If you wish to run the test suite for Module-Init-Tools, you 46 46 will need to download the separate testsuite tarball. Issue the 47 47 following commands to perform the tests (note that the … … 50 50 process):</para> 51 51 52 <screen os=" g1"><userinput>tar -xvf ../module-init-tools-testsuite-&module-init-tools-version;.tar.bz2 --strip-path=1 &&52 <screen os="d"><userinput>tar -xvf ../module-init-tools-testsuite-&module-init-tools-version;.tar.bz2 --strip-path=1 && 53 53 ./configure && 54 54 make check && 55 55 make distclean</userinput></screen> 56 56 57 <para os=" c">Prepare Module-Init-Tools for compilation:</para>57 <para os="e">Prepare Module-Init-Tools for compilation:</para> 58 58 59 <screen os=" c1"><userinput>./configure --prefix=/ --enable-zlib</userinput></screen>59 <screen os="f"><userinput>./configure --prefix=/ --enable-zlib</userinput></screen> 60 60 61 <variablelist os=" d">61 <variablelist os="g"> 62 62 <title>The meaning of the configure options:</title> 63 63 … … 72 72 </variablelist> 73 73 74 <para os=" e">Compile the package:</para>74 <para os="h">Compile the package:</para> 75 75 76 <screen os=" f"><userinput>make</userinput></screen>76 <screen os="i"><userinput>make</userinput></screen> 77 77 78 <para os=" h">Install the package:</para>78 <para os="j">Install the package:</para> 79 79 80 <screen os=" i"><userinput>make install</userinput></screen>80 <screen os="k"><userinput>make install</userinput></screen> 81 81 82 82 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.