From e2a70be4fce408d7b045cf8f9d91d726f6c208e5 Mon Sep 17 00:00:00 2001 From: Jeremy Utley Date: Wed, 22 Sep 2004 12:43:57 +0000 Subject: Hotplug patches are no longer needed...removed git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4188 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/hotplug.xml | 52 +-------------------------------------------------- 1 file changed, 1 insertion(+), 51 deletions(-) (limited to 'chapter06') diff --git a/chapter06/hotplug.xml b/chapter06/hotplug.xml index dccc2cf3f..a702f43a0 100644 --- a/chapter06/hotplug.xml +++ b/chapter06/hotplug.xml @@ -28,35 +28,7 @@ boot and inserts the relevant modules into the running kernel. Installation of Hotplug - -The usb.rc script provided by the -Hotplug package depends on the programs -usbutils and which being present. -However, these programs are not called for any useful purpose. -Apply the patch that removes those dependencies: - - -patch -Np1 -i ../hotplug-&hotplug-version;-bogus_deps-1.patch - - -USB coldplugging is somewhat broken in Hotplug -by default: the DEVICE environment variable is not passed to user-defined USB -hotplug handlers. Fix this with the following patch: - - -patch -Np1 -i ../hotplug-&hotplug-version;-device-2.patch - - - -Now install the Hotplug package: +Install the Hotplug package: make install @@ -69,28 +41,6 @@ the script including with LFS-Bootscripts: that reason, remove the network hotplug agent: rm -f /etc/hotplug/net.agent - -- cgit v1.2.3-54-g00ecf