Changeset 8edca0a for chapter06/kmod.xml


Ignore:
Timestamp:
02/15/2013 07:26:30 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
e4d8c0cd
Parents:
9cefc3b
Message:

Rework D-Bus instructions, move user creation to createfiles.xml. Remove libdir switch from Xz and move libs manually as done in Zlib instructions. Modify Sysvinit instructions for few programs we need. Don't move find in findutils, it's not needed by Systemd.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/kmod.xml

    r9cefc3b r8edca0a  
    158158      </varlistentry>
    159159
     160      <varlistentry id="lsmod">
     161        <term><command>lsmod</command></term>
     162        <listitem>
     163          <para>Lists currently loaded modules</para>
     164          <indexterm zone="ch-system-kmod lsmod">
     165            <primary sortas="b-lsmod">lsmod</primary>
     166          </indexterm>
     167        </listitem>
     168      </varlistentry>
     169
     170      <varlistentry id="modinfo">
     171        <term><command>modinfo</command></term>
     172        <listitem>
     173          <para>Examines an object file associated with a kernel module and
     174          displays any information that it can glean</para>
     175          <indexterm zone="ch-system-kmod modinfo">
     176            <primary sortas="b-modinfo">modinfo</primary>
     177          </indexterm>
     178        </listitem>
     179      </varlistentry>
     180
     181      <varlistentry id="modprobe">
     182        <term><command>modprobe</command></term>
     183        <listitem>
     184          <para>Uses a dependency file, created by
     185          <command>depmod</command>, to automatically load relevant modules</para>
     186          <indexterm zone="ch-system-kmod modprobe">
     187            <primary sortas="b-modprobe">modprobe</primary>
     188          </indexterm>
     189        </listitem>
     190      </varlistentry>
     191
     192      <varlistentry id="rmmod">
     193        <term><command>rmmod</command></term>
     194        <listitem>
     195          <para>Unloads modules from the running kernel</para>
     196          <indexterm zone="ch-system-kmod rmmod">
     197            <primary sortas="b-rmmod">rmmod</primary>
     198          </indexterm>
     199        </listitem>
     200      </varlistentry>
     201
    160202      <varlistentry id="libkmod">
    161203        <term><filename class="libraryfile">libkmod</filename></term>
     
    169211      </varlistentry>
    170212
    171       <varlistentry id="lsmod">
    172         <term><command>lsmod</command></term>
    173         <listitem>
    174           <para>Lists currently loaded modules</para>
    175           <indexterm zone="ch-system-kmod lsmod">
    176             <primary sortas="b-lsmod">lsmod</primary>
    177           </indexterm>
    178         </listitem>
    179       </varlistentry>
    180 
    181       <varlistentry id="modinfo">
    182         <term><command>modinfo</command></term>
    183         <listitem>
    184           <para>Examines an object file associated with a kernel module and
    185           displays any information that it can glean</para>
    186           <indexterm zone="ch-system-kmod modinfo">
    187             <primary sortas="b-modinfo">modinfo</primary>
    188           </indexterm>
    189         </listitem>
    190       </varlistentry>
    191 
    192       <varlistentry id="modprobe">
    193         <term><command>modprobe</command></term>
    194         <listitem>
    195           <para>Uses a dependency file, created by
    196           <command>depmod</command>, to automatically load relevant modules</para>
    197           <indexterm zone="ch-system-kmod modprobe">
    198             <primary sortas="b-modprobe">modprobe</primary>
    199           </indexterm>
    200         </listitem>
    201       </varlistentry>
    202 
    203       <varlistentry id="rmmod">
    204         <term><command>rmmod</command></term>
    205         <listitem>
    206           <para>Unloads modules from the running kernel</para>
    207           <indexterm zone="ch-system-kmod rmmod">
    208             <primary sortas="b-rmmod">rmmod</primary>
    209           </indexterm>
    210         </listitem>
    211       </varlistentry>
    212 
    213213    </variablelist>
    214214
Note: See TracChangeset for help on using the changeset viewer.