Changeset 6c38cd8


Ignore:
Timestamp:
03/14/2005 08:35:30 PM (19 years ago)
Author:
Jim Gifford <jim@…>
Children:
a97b50f
Parents:
ff9c064
Message:

Updated: hotplug explanations

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rff9c064 r6c38cd8  
    8686<listitem><para>March 14, 2005 [jim]</para>
    8787<itemizedlist>
    88 <listitem><para>Updated: Arch: All - Gettext to 0.14.3</para></listitem>
     88<listitem><para>Updated: Arch: All - Updated hotplug explanations from r4758. Thanx Matt</para></listitem>
     89<listitem><para>Updated: Arch: All - Gettext to 0.14.3.</para></listitem>
    8990</itemizedlist>
    9091</listitem>
     
    9495<listitem><para>March 13, 2005 [jim]</para>
    9596<itemizedlist>
    96 <listitem><para>Updated: Arch: All - IPRoute2 to 2.6.11-050310</para></listitem>
    97 <listitem><para>Updated: Arch: x86, PPC, Alpha - Linux to 2.6.11.3</para></listitem>
     97<listitem><para>Updated: Arch: All - IPRoute2 to 2.6.11-050310.</para></listitem>
     98<listitem><para>Updated: Arch: x86, PPC, Alpha - Linux to 2.6.11.3.</para></listitem>
    9899<listitem><para>Updated: Arch: x86, PPC, Alpha - Linux-libc-headers to 2.6.11.0.</para></listitem>
    99100<listitem><para>Updated: Arch: All - Dynamically link the pass1 toolchain to
  • chapter06/hotplug.xml

    rff9c064 r6c38cd8  
    8383<indexterm zone="ch-system-hotplug hotplug"><primary
    8484sortas="b-hotplug">hotplug</primary></indexterm>
    85 <para>This script is called by default by Linux kernel when something
     85<para>This script is called by default by the Linux kernel when something
    8686changes in its internal state (e.g., a new device is added or removed).</para>
    8787</listitem>
     
    9393<indexterm zone="ch-system-hotplug hotplug-rc"><primary
    9494sortas="d-/etc/hotplug/*.rc">/etc/hotplug/*.rc</primary></indexterm>
    95 <para>These scripts are used for cold plugging, i.e., detection and other
    96 specific actions upon hardware already present during system startup.
    97 They are called by the <filename>hotplug</filename> initscript that comes
    98 from the LFS-Bootscripts package.
    99 The <command>*.rc</command>
    100 scripts try to recover hotplug events that were lost during system boot
    101 because, e.g., the root filesystem was not mounted by the kernel.
    102 </para>
     95<para>These scripts are used for cold plugging, i.e., detecting and acting upon
     96hardware already present during system startup.  They are called by the
     97<filename>hotplug</filename> initscript that comes from the LFS-Bootscripts
     98package.  The <command>*.rc</command> scripts try to recover hotplug events that
     99were lost during system boot because, for example, the root filesystem was not
     100mounted by the kernel.</para>
    103101</listitem>
    104102</varlistentry>
     
    111109<para>These scripts are called by <command>hotplug</command>
    112110in response to different types of hotplug events generated by the kernel.
    113 Their action is to insert corresponding kernel modules and call user-provided
    114 scripts, if any.
     111Their action is to insert corresponding kernel modules and call any
     112user-provided scripts.
    115113</para>
    116114</listitem>
     
    122120<indexterm zone="ch-system-hotplug hotplug-functions"><primary
    123121sortas="e-/etc/hotplug/hotplug.functions">/etc/hotplug/hotplug.functions</primary></indexterm>
    124 <para>This file contains common functions used by other scripts in Hotplug
     122<para>This file contains common functions used by other scripts in the Hotplug
    125123package.
    126124</para>
     
    133131<indexterm zone="ch-system-hotplug hotplug-blacklist"><primary
    134132sortas="e-/etc/hotplug/blacklist">/etc/hotplug/blacklist</primary></indexterm>
    135 <para>This file contains the list of modules that should never be
    136 inserted into the kernel by hotplug scripts.
     133<para>This file contains the list of modules that should never be inserted into
     134the kernel by the hotplug scripts.
    137135</para>
    138136</listitem>
     
    144142<indexterm zone="ch-system-hotplug hotplug-subdirs"><primary
    145143sortas="e-/etc/hotplug/{pci,usb}">/etc/hotplug/{pci,usb}</primary></indexterm>
    146 <para>These directories are supposed to contain user-written handlers for
    147 hotplug events.
     144<para>These directories contain user-written handlers for hotplug events.
    148145</para>
    149146</listitem>
     
    156153sortas="e-/etc/hotplug/usb.usermap">/etc/hotplug/usb.usermap</primary></indexterm>
    157154<para>This file contains rules that determine which user-defined handlers to
    158 call for each USB device, based on its vendor, id and other attributes.
     155call for each USB device, based on its vendor ID and other attributes.
    159156</para>
    160157</listitem>
     
    166163<indexterm zone="ch-system-hotplug hotplug-events"><primary
    167164sortas="e-/var/log/hotplug/events">/var/log/hotplug/events</primary></indexterm>
    168 <para>This file contains all the events since bootup that hotplug has called.
     165<para>This file contains all the events that hotplug has called since bootup.
    169166</para>
    170167</listitem>
     
    176173<indexterm zone="ch-system-hotplug hotplug-hotplug.d"><primary
    177174sortas="e-/etc/hotplug.d">/etc/hotplug.d</primary></indexterm>
    178 <para>This directory contains programs (or symlinks to them)
    179 that are interested in receiving hotplug events. E.g.,
    180 <application>Udev</application> puts its symlink here during installation.
    181 </para>
     175<para>This directory contains programs (or symlinks to them) that are interested
     176in receiving hotplug events. For example, <application>Udev</application> puts
     177its symlink here during installation.</para>
    182178</listitem>
    183179</varlistentry>
     
    188184<indexterm zone="ch-system-hotplug hotplug-firmware"><primary
    189185sortas="e-/lib/firmware">/lib/firmware</primary></indexterm>
    190 <para>This directory contains the firmware for devices that
    191 need to have there firmware loaded before use.
    192 </para>
     186<para>This directory contains the firmware for devices that need to have their
     187firmware loaded before use.</para>
    193188</listitem>
    194189</varlistentry>
Note: See TracChangeset for help on using the changeset viewer.