Added a few comments here and there
[linux_from_scratch.git] / BOOK / chapter06 / modutils.xml
blob1f7c0fdbebc2d143ee1ed6de5effb8fbc0b2a72b
1 <sect1 id="ch-system-modutils" xreflabel="Modutils">
2 <title>Installing Modutils-&modutils-version;</title>
3 <?dbhtml filename="modutils.html" dir="chapter06"?>
5 <para>The Modutils package contains programs for handling kernel modules.</para>
7 <screen>&buildtime; &modutils-time;
8 &diskspace; &modutils-compsize;</screen>
10 &aa-modutils-down;
11 &aa-modutils-dep;
13 <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
15 <sect2>
16 <title>Installation of Modutils</title>
18 <para>Prepare Modutils for compilation:</para>
20 <screen><userinput>./configure</userinput></screen>
22 <para>Compile the package:</para>
24 <screen><userinput>make</userinput></screen>
26 <para>And install it:</para>
28 <screen><userinput>make install</userinput></screen>
30 </sect2>
32 &aa-modutils-shortdesc;
33 &aa-modutils-desc;
35 </sect1>