Changeset 2541f73


Ignore:
Timestamp:
06/19/2005 08:19:25 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
9b9666d
Parents:
74441fc
Message:

Moved indexterm tags to their proper places.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/hotplug.xml

    r74441fc r2541f73  
    8080<term><command>hotplug</command></term>
    8181<listitem>
    82 <indexterm zone="ch-system-hotplug hotplug"><primary
    83 sortas="b-hotplug">hotplug</primary></indexterm>
    8482<para>This script is called by default by the Linux kernel when something
    8583changes in its internal state (e.g., a new device is added or an existing device
    8684is removed)</para>
     85<indexterm zone="ch-system-hotplug hotplug"><primary
     86sortas="b-hotplug">hotplug</primary></indexterm>
    8787</listitem>
    8888</varlistentry>
     
    9191<term><command>/etc/hotplug/*.rc</command></term>
    9292<listitem>
    93 <indexterm zone="ch-system-hotplug hotplug-rc"><primary
    94 sortas="d-/etc/hotplug/*.rc">/etc/hotplug/*.rc</primary></indexterm>
    9593<para>These scripts are used for cold plugging, i.e., detecting and acting upon
    9694hardware already present during system startup.  They are called by the
     
    9997were lost during system boot because, for example, the root filesystem was not
    10098mounted by the kernel</para>
     99<indexterm zone="ch-system-hotplug hotplug-rc"><primary
     100sortas="d-/etc/hotplug/*.rc">/etc/hotplug/*.rc</primary></indexterm>
    101101</listitem>
    102102</varlistentry>
     
    105105<term><command>/etc/hotplug/*.agent</command></term>
    106106<listitem>
    107 <indexterm zone="ch-system-hotplug hotplug-agent"><primary
    108 sortas="d-/etc/hotplug/*.agent">/etc/hotplug/*.agent</primary></indexterm>
    109107<para>These scripts are called by <command>hotplug</command>
    110108in response to different types of hotplug events generated by the kernel.
    111109Their action is to insert corresponding kernel modules and call any
    112110user-provided scripts</para>
     111<indexterm zone="ch-system-hotplug hotplug-agent"><primary
     112sortas="d-/etc/hotplug/*.agent">/etc/hotplug/*.agent</primary></indexterm>
    113113</listitem>
    114114</varlistentry>
     
    117117<term><filename>/etc/hotplug/blacklist</filename></term>
    118118<listitem>
     119<para>This file contains the list of modules that should never be inserted into
     120the kernel by the Hotplug scripts</para>
    119121<indexterm zone="ch-system-hotplug hotplug-blacklist"><primary
    120122sortas="e-/etc/hotplug/blacklist">/etc/hotplug/blacklist</primary></indexterm>
    121 <para>This file contains the list of modules that should never be inserted into
    122 the kernel by the Hotplug scripts</para>
    123123</listitem>
    124124</varlistentry>
     
    127127<term><filename>/etc/hotplug/hotplug.functions</filename></term>
    128128<listitem>
     129<para>This file contains common functions used by other scripts in the Hotplug
     130package</para>
    129131<indexterm zone="ch-system-hotplug hotplug-functions"><primary
    130132sortas="e-/etc/hotplug/hotplug.functions">/etc/hotplug/hotplug.functions</primary></indexterm>
    131 <para>This file contains common functions used by other scripts in the Hotplug
    132 package</para>
    133133</listitem>
    134134</varlistentry>
     
    137137<term><filename class="directory">/etc/hotplug/{pci,usb}</filename></term>
    138138<listitem>
     139<para>These directories contain user-written handlers for hotplug events</para>
    139140<indexterm zone="ch-system-hotplug hotplug-subdirs"><primary
    140141sortas="e-/etc/hotplug/{pci,usb}">/etc/hotplug/{pci,usb}</primary></indexterm>
    141 <para>These directories contain user-written handlers for hotplug events</para>
    142142</listitem>
    143143</varlistentry>
     
    146146<term><filename>/etc/hotplug/usb.usermap</filename></term>
    147147<listitem>
     148<para>This file contains rules that determine which user-defined handlers to
     149call for each USB device, based on its vendor ID and other attributes</para>
    148150<indexterm zone="ch-system-hotplug hotplug-usb.usermap"><primary
    149151sortas="e-/etc/hotplug/usb.usermap">/etc/hotplug/usb.usermap</primary></indexterm>
    150 <para>This file contains rules that determine which user-defined handlers to
    151 call for each USB device, based on its vendor ID and other attributes</para>
    152152</listitem>
    153153</varlistentry>
     
    156156<term><filename class="directory">/etc/hotplug.d</filename></term>
    157157<listitem>
    158 <indexterm zone="ch-system-hotplug hotplug-hotplug.d"><primary
    159 sortas="e-/etc/hotplug.d">/etc/hotplug.d</primary></indexterm>
    160158<para>This directory contains programs (or symlinks to them) that are interested
    161159in receiving hotplug events. For example, <application>Udev</application> puts
    162160its symlink here during installation</para>
     161<indexterm zone="ch-system-hotplug hotplug-hotplug.d"><primary
     162sortas="e-/etc/hotplug.d">/etc/hotplug.d</primary></indexterm>
    163163</listitem>
    164164</varlistentry>
     
    167167<term><filename class="directory">/lib/firmware</filename></term>
    168168<listitem>
     169<para>This directory contains the firmware for devices that need to have their
     170firmware loaded before use</para>
    169171<indexterm zone="ch-system-hotplug hotplug-firmware"><primary
    170172sortas="e-/lib/firmware">/lib/firmware</primary></indexterm>
    171 <para>This directory contains the firmware for devices that need to have their
    172 firmware loaded before use</para>
    173173</listitem>
    174174</varlistentry>
     
    177177<term><filename>/var/log/hotplug/events</filename></term>
    178178<listitem>
     179<para>This file contains all the events that <command>hotplug</command> has
     180called since bootup</para>
    179181<indexterm zone="ch-system-hotplug hotplug-events"><primary
    180182sortas="e-/var/log/hotplug/events">/var/log/hotplug/events</primary></indexterm>
    181 <para>This file contains all the events that <command>hotplug</command> has
    182 called since bootup</para>
    183183</listitem>
    184184</varlistentry>
Note: See TracChangeset for help on using the changeset viewer.