Ignore:
Timestamp:
04/11/2005 08:51:30 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
e986cdb
Parents:
201d101
Message:

Ported form trink the appliccable changes in revisions r4896 to r4919.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/hotplug.xml

    r201d101 r0a51467  
    5252<screen><userinput>touch /var/log/hotplug/events</userinput></screen>
    5353
    54 <para>Create a directory for storing firmware that can be loaded by hotplug:</para>
     54<para>Create a directory for storing firmware that can be loaded by
     55<command>hotplug</command>:</para>
    5556
    5657<screen><userinput>mkdir /lib/firmware</userinput></screen>
     
    8182sortas="b-hotplug">hotplug</primary></indexterm>
    8283<para>This script is called by default by the Linux kernel when something
    83 changes in its internal state (e.g., a new device is added or removed).</para>
     84changes in its internal state (e.g., a new device is added or removed)</para>
    8485</listitem>
    8586</varlistentry>
     
    9596package.  The <command>*.rc</command> scripts try to recover hotplug events that
    9697were lost during system boot because, for example, the root filesystem was not
    97 mounted by the kernel.</para>
     98mounted by the kernel</para>
    9899</listitem>
    99100</varlistentry>
     
    107108in response to different types of hotplug events generated by the kernel.
    108109Their action is to insert corresponding kernel modules and call any
    109 user-provided scripts.
    110 </para>
     110user-provided scripts</para>
    111111</listitem>
    112112</varlistentry>
     
    118118sortas="e-/etc/hotplug/blacklist">/etc/hotplug/blacklist</primary></indexterm>
    119119<para>This file contains the list of modules that should never be inserted into
    120 the kernel by the hotplug scripts.
    121 </para>
     120the kernel by the Hotplug scripts</para>
    122121</listitem>
    123122</varlistentry>
     
    129128sortas="e-/etc/hotplug/hotplug.functions">/etc/hotplug/hotplug.functions</primary></indexterm>
    130129<para>This file contains common functions used by other scripts in the Hotplug
    131 package.
    132 </para>
     130package</para>
    133131</listitem>
    134132</varlistentry>
     
    139137<indexterm zone="ch-system-hotplug hotplug-subdirs"><primary
    140138sortas="e-/etc/hotplug/{pci,usb}">/etc/hotplug/{pci,usb}</primary></indexterm>
    141 <para>These directories contain user-written handlers for hotplug events.
    142 </para>
     139<para>These directories contain user-written handlers for hotplug events</para>
    143140</listitem>
    144141</varlistentry>
     
    150147sortas="e-/etc/hotplug/usb.usermap">/etc/hotplug/usb.usermap</primary></indexterm>
    151148<para>This file contains rules that determine which user-defined handlers to
    152 call for each USB device, based on its vendor ID and other attributes.
    153 </para>
     149call for each USB device, based on its vendor ID and other attributes</para>
    154150</listitem>
    155151</varlistentry>
     
    162158<para>This directory contains programs (or symlinks to them) that are interested
    163159in receiving hotplug events. For example, <application>Udev</application> puts
    164 its symlink here during installation.</para>
     160its symlink here during installation</para>
    165161</listitem>
    166162</varlistentry>
     
    172168sortas="e-/lib/firmware">/lib/firmware</primary></indexterm>
    173169<para>This directory contains the firmware for devices that need to have their
    174 firmware loaded before use.</para>
     170firmware loaded before use</para>
    175171</listitem>
    176172</varlistentry>
     
    181177<indexterm zone="ch-system-hotplug hotplug-events"><primary
    182178sortas="e-/var/log/hotplug/events">/var/log/hotplug/events</primary></indexterm>
    183 <para>This file contains all the events that hotplug has called since bootup.
    184 </para>
     179<para>This file contains all the events that <command>hotplug</command> has
     180called since bootup</para>
    185181</listitem>
    186182</varlistentry>
Note: See TracChangeset for help on using the changeset viewer.