mtab a real file now
[linux_from_scratch.git] / BOOK / chapter06 / modutils-inst.xml
blob6ae77098458cf250a2d878a389a8e913abd52b35
1 <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
3 <sect2>
4 <title>Installation of Modutils</title>
6 <para>Prepare Modutils to be compiled:</para>
8 <para><screen><userinput>./configure</userinput></screen></para>
10 <para>Continue with compiling the package:</para>
12 <para><screen><userinput>make</userinput></screen></para>
14 <para>And finish off installing the package:</para>
16 <para><screen><userinput>make install</userinput></screen></para>
18 </sect2>