mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-08-01 00:55:54 +01:00
converted c6-modutils
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2342 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
2424a66ecc
commit
e6171525b9
@ -1,3 +1,5 @@
|
||||
<sect2><title> </title><para> </para></sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Modutils Installation Dependencies</title>
|
||||
|
||||
|
@ -1,13 +1,10 @@
|
||||
<sect2><title>Contents of Modutils</title>
|
||||
<sect2><title> </title><para> </para></sect2>
|
||||
|
||||
<sect2><title>Descriptions</title>
|
||||
|
||||
<para>Last checked against version &modutils-contversion;.</para>
|
||||
|
||||
<sect3><title>Program Files</title>
|
||||
<para>depmod, genksyms, insmod, insmod_ksymoops_clean, kallsyms (link to
|
||||
insmod), kernelversion, ksyms (link to insmod), lsmod (link to insmod),
|
||||
modinfo, modprobe (link to insmod) and rmmod (link to insmod)</para></sect3>
|
||||
|
||||
<sect3><title>Descriptions</title>
|
||||
<sect3><title>Program file descriptions</title>
|
||||
|
||||
<sect4><title>depmod</title>
|
||||
<para>depmod handles dependency descriptions for loadable
|
||||
|
16
appendixa/modutils-shortdesc.xml
Normal file
16
appendixa/modutils-shortdesc.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<sect2><title>Contents of Modutils</title>
|
||||
|
||||
<para>Last checked against version &modutils-contversion;.</para>
|
||||
|
||||
<para>The Modutils package contains programs that you can use to work with
|
||||
kernel modules.</para>
|
||||
|
||||
<para>Modutils installs the following:</para>
|
||||
|
||||
<sect3><title>Program Files</title>
|
||||
<para>depmod, genksyms, insmod, insmod_ksymoops_clean, kallsyms (link to
|
||||
insmod), kernelversion, ksyms (link to insmod), lsmod (link to insmod),
|
||||
modinfo, modprobe (link to insmod) and rmmod (link to insmod)</para></sect3>
|
||||
|
||||
</sect2>
|
||||
|
@ -3,6 +3,7 @@
|
||||
<?dbhtml filename="modutils.html" dir="appendixa"?>
|
||||
|
||||
&aa-modutils-down;
|
||||
&aa-modutils-shortdesc;
|
||||
&aa-modutils-desc;
|
||||
&aa-modutils-dep;
|
||||
|
||||
|
@ -1,11 +1,19 @@
|
||||
<sect2><title> </title><para> </para></sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Installation of Modutils</title>
|
||||
|
||||
<para>Install Modutils by running the following commands:</para>
|
||||
<para>Prepare Modutils to be compiled:</para>
|
||||
|
||||
<para><screen><userinput>./configure &&
|
||||
make &&
|
||||
make install</userinput></screen></para>
|
||||
<para><screen><userinput>./configure</userinput></screen></para>
|
||||
|
||||
<para>Continue with compiling the package:</para>
|
||||
|
||||
<para><screen><userinput>make</userinput></screen></para>
|
||||
|
||||
<para>And finish off installing the package:</para>
|
||||
|
||||
<para><screen><userinput>make install</userinput></screen></para>
|
||||
|
||||
</sect2>
|
||||
|
||||
|
@ -5,8 +5,8 @@
|
||||
<screen>Estimated build time: &modutils-time;
|
||||
Estimated required disk space: &modutils-compsize;</screen>
|
||||
|
||||
&c6-modutils-inst;
|
||||
&aa-modutils-desc;
|
||||
&aa-modutils-shortdesc;
|
||||
&aa-modutils-dep;
|
||||
&c6-modutils-inst;
|
||||
|
||||
</sect1>
|
||||
|
@ -4,6 +4,7 @@
|
||||
<!ENTITY c6-modutils-inst SYSTEM "../chapter06/modutils-inst.xml">
|
||||
|
||||
<!ENTITY aa-modutils SYSTEM "../appendixa/modutils.xml">
|
||||
<!ENTITY aa-modutils-shortdesc SYSTEM "../appendixa/modutils-shortdesc.xml">
|
||||
<!ENTITY aa-modutils-desc SYSTEM "../appendixa/modutils-desc.xml">
|
||||
<!ENTITY aa-modutils-dep SYSTEM "../appendixa/modutils-dep.xml">
|
||||
<!ENTITY aa-modutils-down SYSTEM "../appendixa/modutils-down.xml">
|
||||
|
Loading…
Reference in New Issue
Block a user