Typo and rewording of hotplug filelist

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4758 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2005-03-14 20:30:17 +00:00
parent 722f0a4e8b
commit c59fe13219
2 changed files with 23 additions and 25 deletions

View File

@ -82,6 +82,9 @@ first a summary, then a detailed log.</para>
</itemizedlist> </itemizedlist>
</listitem> </listitem>
<listitem><para>March 14, 2005 [matt]: Fix typos, and reword some of the hotplug explanations for (hopefully) improved clarity</para>
</listitem>
<listitem><para>March 14, 2005 [matt]: Upgraded to gettext-0.14.3</para> <listitem><para>March 14, 2005 [matt]: Upgraded to gettext-0.14.3</para>
</listitem> </listitem>

View File

@ -85,7 +85,7 @@ directory:</para>
<listitem> <listitem>
<indexterm zone="ch-system-hotplug hotplug"><primary <indexterm zone="ch-system-hotplug hotplug"><primary
sortas="b-hotplug">hotplug</primary></indexterm> sortas="b-hotplug">hotplug</primary></indexterm>
<para>This script is called by default by Linux kernel when something <para>This script is called by default by the Linux kernel when something
changes in its internal state (e.g., a new device is added or removed).</para> changes in its internal state (e.g., a new device is added or removed).</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -95,14 +95,12 @@ changes in its internal state (e.g., a new device is added or removed).</para>
<listitem> <listitem>
<indexterm zone="ch-system-hotplug hotplug-rc"><primary <indexterm zone="ch-system-hotplug hotplug-rc"><primary
sortas="d-/etc/hotplug/*.rc">/etc/hotplug/*.rc</primary></indexterm> sortas="d-/etc/hotplug/*.rc">/etc/hotplug/*.rc</primary></indexterm>
<para>These scripts are used for cold plugging, i.e., detection and other <para>These scripts are used for cold plugging, i.e., detecting and acting upon
specific actions upon hardware already present during system startup. hardware already present during system startup. They are called by the
They are called by the <filename>hotplug</filename> initscript that comes <filename>hotplug</filename> initscript that comes from the LFS-Bootscripts
from the LFS-Bootscripts package. package. The <command>*.rc</command> scripts try to recover hotplug events that
The <command>*.rc</command> were lost during system boot because, for example, the root filesystem was not
scripts try to recover hotplug events that were lost during system boot mounted by the kernel.</para>
because, e.g., the root filesystem was not mounted by the kernel.
</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -113,8 +111,8 @@ because, e.g., the root filesystem was not mounted by the kernel.
sortas="d-/etc/hotplug/*.agent">/etc/hotplug/*.agent</primary></indexterm> sortas="d-/etc/hotplug/*.agent">/etc/hotplug/*.agent</primary></indexterm>
<para>These scripts are called by <command>hotplug</command> <para>These scripts are called by <command>hotplug</command>
in response to different types of hotplug events generated by the kernel. in response to different types of hotplug events generated by the kernel.
Their action is to insert corresponding kernel modules and call user-provided Their action is to insert corresponding kernel modules and call any
scripts, if any. user-provided scripts.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -124,7 +122,7 @@ scripts, if any.
<listitem> <listitem>
<indexterm zone="ch-system-hotplug hotplug-functions"><primary <indexterm zone="ch-system-hotplug hotplug-functions"><primary
sortas="e-/etc/hotplug/hotplug.functions">/etc/hotplug/hotplug.functions</primary></indexterm> sortas="e-/etc/hotplug/hotplug.functions">/etc/hotplug/hotplug.functions</primary></indexterm>
<para>This file contains common functions used by other scripts in Hotplug <para>This file contains common functions used by other scripts in the Hotplug
package. package.
</para> </para>
</listitem> </listitem>
@ -135,8 +133,8 @@ package.
<listitem> <listitem>
<indexterm zone="ch-system-hotplug hotplug-blacklist"><primary <indexterm zone="ch-system-hotplug hotplug-blacklist"><primary
sortas="e-/etc/hotplug/blacklist">/etc/hotplug/blacklist</primary></indexterm> sortas="e-/etc/hotplug/blacklist">/etc/hotplug/blacklist</primary></indexterm>
<para>This file contains the list of modules that should never be <para>This file contains the list of modules that should never be inserted into
inserted into the kernel by hotplug scripts. the kernel by the hotplug scripts.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -146,8 +144,7 @@ inserted into the kernel by hotplug scripts.
<listitem> <listitem>
<indexterm zone="ch-system-hotplug hotplug-subdirs"><primary <indexterm zone="ch-system-hotplug hotplug-subdirs"><primary
sortas="e-/etc/hotplug/{pci,usb}">/etc/hotplug/{pci,usb}</primary></indexterm> sortas="e-/etc/hotplug/{pci,usb}">/etc/hotplug/{pci,usb}</primary></indexterm>
<para>These directories are supposed to contain user-written handlers for <para>These directories contain user-written handlers for hotplug events.
hotplug events.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -158,7 +155,7 @@ hotplug events.
<indexterm zone="ch-system-hotplug hotplug-usb.usermap"><primary <indexterm zone="ch-system-hotplug hotplug-usb.usermap"><primary
sortas="e-/etc/hotplug/usb.usermap">/etc/hotplug/usb.usermap</primary></indexterm> sortas="e-/etc/hotplug/usb.usermap">/etc/hotplug/usb.usermap</primary></indexterm>
<para>This file contains rules that determine which user-defined handlers to <para>This file contains rules that determine which user-defined handlers to
call for each USB device, based on its vendor, id and other attributes. call for each USB device, based on its vendor ID and other attributes.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -168,7 +165,7 @@ call for each USB device, based on its vendor, id and other attributes.
<listitem> <listitem>
<indexterm zone="ch-system-hotplug hotplug-events"><primary <indexterm zone="ch-system-hotplug hotplug-events"><primary
sortas="e-/var/log/hotplug/events">/var/log/hotplug/events</primary></indexterm> sortas="e-/var/log/hotplug/events">/var/log/hotplug/events</primary></indexterm>
<para>This file contains all the events since bootup that hotplug has called. <para>This file contains all the events that hotplug has called since bootup.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -178,10 +175,9 @@ sortas="e-/var/log/hotplug/events">/var/log/hotplug/events</primary></indexterm>
<listitem> <listitem>
<indexterm zone="ch-system-hotplug hotplug-hotplug.d"><primary <indexterm zone="ch-system-hotplug hotplug-hotplug.d"><primary
sortas="e-/etc/hotplug.d">/etc/hotplug.d</primary></indexterm> sortas="e-/etc/hotplug.d">/etc/hotplug.d</primary></indexterm>
<para>This directory contains programs (or symlinks to them) <para>This directory contains programs (or symlinks to them) that are interested
that are interested in receiving hotplug events. E.g., in receiving hotplug events. For example, <application>Udev</application> puts
<application>Udev</application> puts its symlink here during installation. its symlink here during installation.</para>
</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
@ -190,9 +186,8 @@ that are interested in receiving hotplug events. E.g.,
<listitem> <listitem>
<indexterm zone="ch-system-hotplug hotplug-firmware"><primary <indexterm zone="ch-system-hotplug hotplug-firmware"><primary
sortas="e-/lib/firmware">/lib/firmware</primary></indexterm> sortas="e-/lib/firmware">/lib/firmware</primary></indexterm>
<para>This directory contains the firmware for devices that <para>This directory contains the firmware for devices that need to have their
need to have there firmware loaded before use. firmware loaded before use.</para>
</para>
</listitem> </listitem>
</varlistentry> </varlistentry>