aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorJim Gifford <jim@linuxfromscratch.org>2005-03-12 01:42:42 +0000
committerJim Gifford <jim@linuxfromscratch.org>2005-03-12 01:42:42 +0000
commit96e154983a88c62e539c56d25ad08fe777480ff6 (patch)
treec50fb34b1871ce9f9588a1a1dcc544e475eed58a /chapter06
parentb0a91ab2fac22f545c5e28d7a0d64b3659f3bf7e (diff)
Reverted changes from 4729 and 4730
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4731 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/hotplug.xml36
1 files changed, 1 insertions, 35 deletions
diff --git a/chapter06/hotplug.xml b/chapter06/hotplug.xml
index f099482d5..b4d40583d 100644
--- a/chapter06/hotplug.xml
+++ b/chapter06/hotplug.xml
@@ -49,18 +49,6 @@ using the script included with LFS-Bootscripts:</para>
that reason, remove the network hotplug agent:</para>
<screen><userinput>rm -f /etc/hotplug/net.agent</userinput></screen>
-
-<para>For logging of hotplug events we will create a directory and a
-blank file. This file will show all the information passed to hotplug:</para>
-
-<screen><userinput>mkdir /var/log/hotplug
-touch /var/log/hotplug/events</userinput></screen>
-
-<para>For firmware to be loaded by hotplug we will create the necessary
-directory:</para>
-
-<screen><userinput>mkdir /lib/firmware</userinput></screen>
-
</sect2>
@@ -73,7 +61,7 @@ directory:</para>
<seglistitem><seg>hotplug</seg>
<seg>/etc/hotplug/*.rc, /etc/hotplug/*.agent</seg>
<seg>/etc/hotplug/hotplug.functions, /etc/hotplug/blacklist, /etc/hotplug/{pci,usb},
-/etc/hotplug/usb.usermap, /etc/hotplug.d, /var/log/hotplug/events</seg></seglistitem>
+/etc/hotplug/usb.usermap, /etc/hotplug.d</seg></seglistitem>
</segmentedlist>
<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
@@ -163,16 +151,6 @@ call for each USB device, based on its vendor, id and other attributes.
</listitem>
</varlistentry>
-<varlistentry id="hotplug-events">
-<term><filename>/var/log/hotplug/events</filename></term>
-<listitem>
-<indexterm zone="ch-system-hotplug events"><primary
-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>
-</listitem>
-</varlistentry>
-
<varlistentry id="hotplug-hotplug.d">
<term><filename class="directory">/etc/hotplug.d</filename></term>
<listitem>
@@ -184,18 +162,6 @@ that are interested in receiving hotplug events. E.g.,
</para>
</listitem>
</varlistentry>
-
-<varlistentry id="hotplug-firmware">
-<term><filename class="directory">/lib/firmware</filename></term>
-<listitem>
-<indexterm zone="ch-system-hotplug hotplug-firmware"><primary
-sortas="e-/lib/firmware">/lib/firmware</primary></indexterm>
-<para>This directory contains the firmware for devices that
-need to have there firmware loaded before use.
-</para>
-</listitem>
-</varlistentry>
-
</variablelist>
</sect2>
</sect1>