Changeset 4ffc6a2


Ignore:
Timestamp:
06/20/2005 05:31:31 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
6.1, 6.1.1
Children:
816f430
Parents:
a0bf931
Message:

Typos and tags fixes on hotplug.xml. Ported from trunk r6053 to r6055.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    ra0bf931 r4ffc6a2  
    8585</listitem>
    8686
    87 <listitem><para>June 20th, 2005 [manuel]: kernel.xml: Added a warning
    88 about /usr/src/linux symlink and kernel headers, plus fixed the list
    89 of installed files. Bug 1569.</para></listitem>
     87<listitem><para>June 20th, 2005 [manuel]: Added a warning about kernel
     88headers and Linux-Libc-Headers, plus fixed the list of installed files
     89on kernel.xml (bug 1569). Some typos and tags fixes ported from trunk
     90(r6048 to r6050 and r6053 to r6056)</para></listitem>
    9091
    9192<listitem><para>June 19th, 2005 [jhuntwork]: Changed listing of IRC servers to show
  • chapter06/hotplug.xml

    ra0bf931 r4ffc6a2  
    2626<segmentedlist>
    2727<segtitle>&dependencies;</segtitle>
    28 <seglistitem><seg>bash, coreutils, find, gawk, make</seg></seglistitem>
     28<seglistitem><seg>Bash, Coreutils, Find, Gawk, and Make</seg></seglistitem>
    2929</segmentedlist>
    3030</sect2>
     
    3939<para>Copy a file that the <quote>install</quote> target omits.</para>
    4040
    41 <screen><userinput>cp etc/hotplug/pnp.distmap /etc/hotplug</userinput></screen> 
     41<screen><userinput>cp etc/hotplug/pnp.distmap /etc/hotplug</userinput></screen>
    4242
    4343<para>Remove the init script that Hotplug installs, since we're going to be
     
    5151<screen><userinput>rm -f /etc/hotplug/net.agent</userinput></screen>
    5252
    53 <para>Create a directory for storing firmware that can be loaded by 
     53<para>Create a directory for storing firmware that can be loaded by
    5454<command>hotplug</command>:</para>
    5555
     
    6666<seglistitem><seg>hotplug</seg>
    6767<seg>/etc/hotplug/*.rc, /etc/hotplug/*.agent</seg>
    68 <seg>/etc/hotplug/hotplug.functions, /etc/hotplug/blacklist, /etc/hotplug/{pci,usb}, 
     68<seg>/etc/hotplug/hotplug.functions, /etc/hotplug/blacklist, /etc/hotplug/{pci,usb},
    6969/etc/hotplug/usb.usermap, /etc/hotplug.d, /var/log/hotplug/events</seg></seglistitem>
    7070</segmentedlist>
     
    7979<term><command>hotplug</command></term>
    8080<listitem>
    81 <indexterm zone="ch-system-hotplug hotplug"><primary
    82 sortas="b-hotplug">hotplug</primary></indexterm>
    8381<para>This script is called by default by the Linux kernel when something
    8482changes in its internal state (e.g., a new device is added or an existing device
    8583is removed)</para>
     84<indexterm zone="ch-system-hotplug hotplug"><primary
     85sortas="b-hotplug">hotplug</primary></indexterm>
    8686</listitem>
    8787</varlistentry>
     
    9090<term><command>/etc/hotplug/*.rc</command></term>
    9191<listitem>
    92 <indexterm zone="ch-system-hotplug hotplug-rc"><primary
    93 sortas="d-/etc/hotplug/*.rc">/etc/hotplug/*.rc</primary></indexterm>
    9492<para>These scripts are used for cold plugging, i.e., detecting and acting upon
    9593hardware already present during system startup.  They are called by the
     
    9896were lost during system boot because, for example, the root filesystem was not
    9997mounted by the kernel</para>
     98<indexterm zone="ch-system-hotplug hotplug-rc"><primary
     99sortas="d-/etc/hotplug/*.rc">/etc/hotplug/*.rc</primary></indexterm>
    100100</listitem>
    101101</varlistentry>
     
    104104<term><command>/etc/hotplug/*.agent</command></term>
    105105<listitem>
    106 <indexterm zone="ch-system-hotplug hotplug-agent"><primary
    107 sortas="d-/etc/hotplug/*.agent">/etc/hotplug/*.agent</primary></indexterm>
    108106<para>These scripts are called by <command>hotplug</command>
    109107in response to different types of hotplug events generated by the kernel.
    110108Their action is to insert corresponding kernel modules and call any
    111109user-provided scripts</para>
     110<indexterm zone="ch-system-hotplug hotplug-agent"><primary
     111sortas="d-/etc/hotplug/*.agent">/etc/hotplug/*.agent</primary></indexterm>
    112112</listitem>
    113113</varlistentry>
     
    116116<term><filename>/etc/hotplug/blacklist</filename></term>
    117117<listitem>
     118<para>This file contains the list of modules that should never be inserted into
     119the kernel by the Hotplug scripts</para>
    118120<indexterm zone="ch-system-hotplug hotplug-blacklist"><primary
    119121sortas="e-/etc/hotplug/blacklist">/etc/hotplug/blacklist</primary></indexterm>
    120 <para>This file contains the list of modules that should never be inserted into
    121 the kernel by the Hotplug scripts</para>
    122122</listitem>
    123123</varlistentry>
     
    126126<term><filename>/etc/hotplug/hotplug.functions</filename></term>
    127127<listitem>
     128<para>This file contains common functions used by other scripts in the Hotplug
     129package</para>
    128130<indexterm zone="ch-system-hotplug hotplug-functions"><primary
    129131sortas="e-/etc/hotplug/hotplug.functions">/etc/hotplug/hotplug.functions</primary></indexterm>
    130 <para>This file contains common functions used by other scripts in the Hotplug
    131 package</para>
    132132</listitem>
    133133</varlistentry>
     
    136136<term><filename class="directory">/etc/hotplug/{pci,usb}</filename></term>
    137137<listitem>
     138<para>These directories contain user-written handlers for hotplug events</para>
    138139<indexterm zone="ch-system-hotplug hotplug-subdirs"><primary
    139140sortas="e-/etc/hotplug/{pci,usb}">/etc/hotplug/{pci,usb}</primary></indexterm>
    140 <para>These directories contain user-written handlers for hotplug events</para>
    141141</listitem>
    142142</varlistentry>
     
    145145<term><filename>/etc/hotplug/usb.usermap</filename></term>
    146146<listitem>
     147<para>This file contains rules that determine which user-defined handlers to
     148call for each USB device, based on its vendor ID and other attributes</para>
    147149<indexterm zone="ch-system-hotplug hotplug-usb.usermap"><primary
    148150sortas="e-/etc/hotplug/usb.usermap">/etc/hotplug/usb.usermap</primary></indexterm>
    149 <para>This file contains rules that determine which user-defined handlers to
    150 call for each USB device, based on its vendor ID and other attributes</para>
    151151</listitem>
    152152</varlistentry>
     
    155155<term><filename class="directory">/etc/hotplug.d</filename></term>
    156156<listitem>
    157 <indexterm zone="ch-system-hotplug hotplug-hotplug.d"><primary
    158 sortas="e-/etc/hotplug.d">/etc/hotplug.d</primary></indexterm>
    159157<para>This directory contains programs (or symlinks to them) that are interested
    160158in receiving hotplug events. For example, <application>Udev</application> puts
    161159its symlink here during installation</para>
     160<indexterm zone="ch-system-hotplug hotplug-hotplug.d"><primary
     161sortas="e-/etc/hotplug.d">/etc/hotplug.d</primary></indexterm>
    162162</listitem>
    163163</varlistentry>
     
    166166<term><filename class="directory">/lib/firmware</filename></term>
    167167<listitem>
     168<para>This directory contains the firmware for devices that need to have their
     169firmware loaded before use</para>
    168170<indexterm zone="ch-system-hotplug hotplug-firmware"><primary
    169171sortas="e-/lib/firmware">/lib/firmware</primary></indexterm>
    170 <para>This directory contains the firmware for devices that need to have their
    171 firmware loaded before use</para>
    172172</listitem>
    173173</varlistentry>
     
    176176<term><filename>/var/log/hotplug/events</filename></term>
    177177<listitem>
     178<para>This file contains all the events that <command>hotplug</command> has
     179called since bootup</para>
    178180<indexterm zone="ch-system-hotplug hotplug-events"><primary
    179181sortas="e-/var/log/hotplug/events">/var/log/hotplug/events</primary></indexterm>
    180 <para>This file contains all the events that <command>hotplug</command> has
    181 called since bootup</para>
    182182</listitem>
    183183</varlistentry>
Note: See TracChangeset for help on using the changeset viewer.