From 96e154983a88c62e539c56d25ad08fe777480ff6 Mon Sep 17 00:00:00 2001 From: Jim Gifford Date: Sat, 12 Mar 2005 01:42:42 +0000 Subject: Reverted changes from 4729 and 4730 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4731 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/hotplug.xml | 36 +----------------------------------- 1 file changed, 1 insertion(+), 35 deletions(-) (limited to 'chapter06') 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: that reason, remove the network hotplug agent: rm -f /etc/hotplug/net.agent - -For logging of hotplug events we will create a directory and a -blank file. This file will show all the information passed to hotplug: - -mkdir /var/log/hotplug -touch /var/log/hotplug/events - -For firmware to be loaded by hotplug we will create the necessary -directory: - -mkdir /lib/firmware - @@ -73,7 +61,7 @@ directory: hotplug /etc/hotplug/*.rc, /etc/hotplug/*.agent /etc/hotplug/hotplug.functions, /etc/hotplug/blacklist, /etc/hotplug/{pci,usb}, -/etc/hotplug/usb.usermap, /etc/hotplug.d, /var/log/hotplug/events +/etc/hotplug/usb.usermap, /etc/hotplug.d Short Descriptions @@ -163,16 +151,6 @@ call for each USB device, based on its vendor, id and other attributes. - -/var/log/hotplug/events - -/var/log/hotplug/events -This file contains all the events since bootup that hotplug has called. - - - - /etc/hotplug.d @@ -184,18 +162,6 @@ that are interested in receiving hotplug events. E.g., - - -/lib/firmware - -/lib/firmware -This directory contains the firmware for devices that -need to have there firmware loaded before use. - - - - -- cgit v1.2.3-54-g00ecf