Ignore:
Timestamp:
12/21/2004 07:38:32 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
3d36131c
Parents:
aaa3260
Message:

Removed the text in chapter 06.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4446 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/module-init-tools.xml

    raaa3260 r3f0c882  
    1111
    1212<sect2 role="package"><title/>
    13 <para>The Module-Init-Tools package contains programs for handling kernel
    14 modules in Linux kernels greater than or equal to version 2.5.47.</para>
    1513
    1614<segmentedlist>
     
    2018</segmentedlist>
    2119
    22 <segmentedlist>
    23 <segtitle>Module-Init-Tools installation depends on</segtitle>
    24 <seglistitem><seg>Bash, Binutils, Bison,
    25 Coreutils, Diffutils, Flex, GCC, Glibc, Grep, M4, Make, Sed</seg></seglistitem>
    26 </segmentedlist>
    2720</sect2>
    2821
     
    5043<sect2 id="contents-module-init-tools" role="content"><title>Contents of Module-Init-Tools</title>
    5144
    52 <segmentedlist>
    53 <segtitle>Installed programs</segtitle>
    54 <seglistitem><seg>depmod, genksyms, insmod,
    55 insmod_ksymoops_clean, kallsyms (link to insmod), kernelversion, ksyms
    56 (link to insmod), lsmod (link to insmod), modinfo, modprobe (link to insmod)
    57 and rmmod (link to insmod)</seg></seglistitem>
    58 </segmentedlist>
    59 
    60 <variablelist><title>Short descriptions</title>
    61 
    62 <varlistentry id="depmod">
    63 <term><command>depmod</command></term>
    64 <listitem>
    65 <indexterm zone="ch-system-module-init-tools depmod"><primary sortas="b-depmod">depmod</primary></indexterm>
    66 <para>creates a dependency file, based on the
    67 symbols it finds in the existing set of modules. This dependency file is used
    68 by modprobe to automatically load the required modules.</para>
    69 </listitem>
    70 </varlistentry>
    71 
    72 <varlistentry id="genksyms">
    73 <term><command>genksyms</command></term>
    74 <listitem>
    75 <indexterm zone="ch-system-module-init-tools genksyms"><primary sortas="b-genksyms">genksyms</primary></indexterm>
    76 <para>generates symbol version information.</para>
    77 </listitem>
    78 </varlistentry>
    79 
    80 <varlistentry id="insmod">
    81 <term><command>insmod</command></term>
    82 <listitem>
    83 <indexterm zone="ch-system-module-init-tools insmod"><primary sortas="b-insmod">insmod</primary></indexterm>
    84 <para>installs a loadable module in the running kernel.</para>
    85 </listitem>
    86 </varlistentry>
    87 
    88 <varlistentry id="insmod_ksymoops_clean">
    89 <term><command>insmod_ksymoops_clean</command></term>
    90 <listitem>
    91 <indexterm zone="ch-system-module-init-tools insmod_ksymoops_clean"><primary sortas="b-insmod_ksymoops_clean">insmod_ksymoops_clean</primary></indexterm>
    92 <para>deletes saved ksyms and modules not accessed for two days.</para>
    93 </listitem>
    94 </varlistentry>
    95 
    96 <varlistentry id="kallsyms">
    97 <term><command>kallsyms</command></term>
    98 <listitem>
    99 <indexterm zone="ch-system-module-init-tools kallsyms"><primary sortas="b-kallsyms">kallsyms</primary></indexterm>
    100 <para>extracts all kernel symbols for debugging.</para>
    101 </listitem>
    102 </varlistentry>
    103 
    104 <varlistentry id="kernelversion">
    105 <term><command>kernelversion</command></term>
    106 <listitem>
    107 <indexterm zone="ch-system-module-init-tools kernelversion"><primary sortas="b-kernelversion">kernelversion</primary></indexterm>
    108 <para>reports the major version of the running kernel.</para>
    109 </listitem>
    110 </varlistentry>
    111 
    112 <varlistentry id="ksyms">
    113 <term><command>ksyms</command></term>
    114 <listitem>
    115 <indexterm zone="ch-system-module-init-tools ksyms"><primary sortas="b-ksyms">ksyms</primary></indexterm>
    116 <para>displays exported kernel symbols.</para>
    117 </listitem>
    118 </varlistentry>
    119 
    120 <varlistentry id="lsmod">
    121 <term><command>lsmod</command></term>
    122 <listitem>
    123 <indexterm zone="ch-system-module-init-tools lsmod"><primary sortas="b-lsmod">lsmod</primary></indexterm>
    124 <para>shows which modules are loaded.</para>
    125 </listitem>
    126 </varlistentry>
    127 
    128 <varlistentry id="modinfo">
    129 <term><command>modinfo</command></term>
    130 <listitem>
    131 <indexterm zone="ch-system-module-init-tools modinfo"><primary sortas="b-modinfo">modinfo</primary></indexterm>
    132 <para>examines an object file associated with
    133 a kernel module and displays any information that it can glean.</para>
    134 </listitem>
    135 </varlistentry>
    136 
    137 <varlistentry id="modprobe">
    138 <term><command>modprobe</command></term>
    139 <listitem>
    140 <indexterm zone="ch-system-module-init-tools modprobe"><primary sortas="b-modprobe">modprobe</primary></indexterm>
    141 <para>uses a dependency file, created by
    142 <command>depmod</command>, to automatically load the relevant modules.</para>
    143 </listitem>
    144 </varlistentry>
    145 
    146 <varlistentry id="rmmod">
    147 <term><command>rmmod</command></term>
    148 <listitem>
    149 <indexterm zone="ch-system-module-init-tools rmmod"><primary sortas="b-rmmod">rmmod</primary></indexterm>
    150 <para>unloads modules from the running kernel.</para>
    151 </listitem>
    152 </varlistentry>
    153 </variablelist>
     45<para>See testing</para>
    15446
    15547</sect2>
Note: See TracChangeset for help on using the changeset viewer.