diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 461bfd472..9b0685d7c 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -56,8 +56,6 @@ first a summary, then a detailed log.
flex-2.5.31-debian_fixes-2.patch
gcc-3.4.2-linkonce-1.patch
hotplug-2004_09_20
-hotplug-2004_09_20-bogus_deps-1.patch
-hotplug-2004_09_20-device-2.patch
inetutils-1.4.2-kernel_headers-1.patch
iproute2-2.6.8-040823
iproute2-2.6.8-040823-remove_db-1.patch
@@ -95,6 +93,9 @@ first a summary, then a detailed log.
+September 22nd, 2004 [jeremy]: Dropped the 2 patches to hotplug
+since they are no longer needed.
+
September 21st, 2004 [jeremy]: Upgraded to Util-linux-2.12e,
Udev-032, and Hotplug-2004_09_20. Thanks to David Jensen and Kevin Fleming
for their hard work in putting together the new udev instructions, including
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index d05cc7a17..50a8d64f8 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -71,29 +71,6 @@ following:
-
-Hotplug Bogus Dependencies Patch- 1 KB:
-
-
-
-
-
-
-Hotplug Fix for USB Coldplugging - 1 KB:
-
-
-
-
-
-
-
Inetutils Kernel Headers Patch - 1 KB:
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
-