Ignore:
Timestamp:
03/13/2005 05:15:51 AM (19 years ago)
Author:
Jim Gifford <jim@…>
Children:
74314cc
Parents:
9a39648
Message:

Multiple updates: udev 054, findutils 4.2.19, psmisc 21.6 and hotplug. Passwd file correction

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/hotplug.xml

    r9a39648 r7aa9d59  
    4747
    4848<screen><userinput>rm -f /etc/hotplug/net.agent</userinput></screen>
     49
     50<para>For logging of hotplug events we will create a directory and a
     51blank file. This file will show all the information passed to hotplug:</para>
     52
     53<screen><userinput>mkdir /var/log/hotplug
     54touch /var/log/hotplug/events</userinput></screen>
     55
     56<para>For firmware to be loaded by hotplug we will create the necessary
     57directory:</para>
     58
     59<screen><userinput>mkdir /lib/firmware</userinput></screen>
     60
    4961</sect2>
    5062
     
    5971<seg>/etc/hotplug/*.rc, /etc/hotplug/*.agent</seg>
    6072<seg>/etc/hotplug/hotplug.functions, /etc/hotplug/blacklist, /etc/hotplug/{pci,usb},
    61 /etc/hotplug/usb.usermap, /etc/hotplug.d</seg></seglistitem>
     73/etc/hotplug/usb.usermap, /etc/hotplug.d, /var/log/hotplug/events</seg></seglistitem>
    6274</segmentedlist>
    6375
     
    149161</varlistentry>
    150162
     163<varlistentry id="hotplug-events">
     164<term><filename>/var/log/hotplug/events</filename></term>
     165<listitem>
     166<indexterm zone="ch-system-hotplug events"><primary
     167sortas="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.
     169</para>
     170</listitem>
     171</varlistentry>
     172
    151173<varlistentry id="hotplug-hotplug.d">
    152174<term><filename class="directory">/etc/hotplug.d</filename></term>
     
    160182</listitem>
    161183</varlistentry>
     184
     185<varlistentry id="hotplug-firmware">
     186<term><filename class="directory">/lib/firmware</filename></term>
     187<listitem>
     188<indexterm zone="ch-system-hotplug hotplug-firmware"><primary
     189sortas="e-/lib/firmware">/lib/firmware</primary></indexterm>
     190<para>This directory contains the firmware for devices that
     191need to have there firmware loaded before use.
     192</para>
     193</listitem>
     194</varlistentry>
     195
    162196</variablelist>
    163197</sect2>
Note: See TracChangeset for help on using the changeset viewer.