diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 15d8e37e6..b598b86e0 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -78,6 +78,12 @@ first a summary, then a detailed log.
+June 24, 2004 [alexander]: Wordings changed on the hotplug
+page
+
+June 24, 2004 [alexander]: Removed hotplug isapnp patch for a
+while until bugs are fixed
+
June 23, 2004 [matt]: Removed the note regarding the use of
GRUB's --no-mem-option
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index 99824c080..14a8851d6 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -77,12 +77,14 @@ following:
+
Inetutils Kernel Headers Patch - 1 KB:
diff --git a/chapter06/hotplug.xml b/chapter06/hotplug.xml
index 31ddf022f..dccc2cf3f 100644
--- a/chapter06/hotplug.xml
+++ b/chapter06/hotplug.xml
@@ -11,10 +11,11 @@
-The Hotplug package contains scripts that react upon various changes
-in the kernel state, in particular, addition and removal of hardware. This
-package also detects existing hardware during boot and inserts the relevant
-modules into the running kernel.
+The Hotplug package contains scripts that react upon hotplug events
+generated by the kernel. Such events correspond to every change in the
+in the kernel state visible in the "sysfs" filesystem, e.g., the addition and
+removal of hardware. This package also detects existing hardware during
+boot and inserts the relevant modules into the running kernel.
&buildtime;
@@ -28,31 +29,34 @@ modules into the running kernel.
Installation of Hotplug
-Apply the patch that avoids bogus dependencies of the
-usb.rc script
-upon which and
-usbutils packages:
+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. Fix this with the
-following 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
+
-
-And finally install the Hotplug package:
+Now install the Hotplug package:
make install
@@ -61,6 +65,11 @@ the script including with LFS-Bootscripts:
rm -rf /etc/init.d
+Network device hotplugging is not supported by LFS bootscripts yet. For
+that reason, remove the network hotplug agent:
+
+rm -f /etc/hotplug/net.agent
+
@@ -109,8 +118,8 @@ specific actions upon hardware already present during system startup.
They are called by the hotplug initscript that comes
from the lfs-bootscripts package.
The *.rc
-scripts try to find kernel modules corresponding to your hardware and insert
-them into the running kernel.
+scripts try to recover hotplug events that were lost during system boot
+because, e.g., the root filesystem was not mounted by the kernel.
@@ -179,7 +188,7 @@ call for each USB device, based on its vendor, id and other attributes.
/etc/hotplug.d
This directory contains programs (or symlinks to them)
-that are interested in receiving all hotplug events. E.g.,
+that are interested in receiving hotplug events. E.g.,
udev puts its symlink here during installation.
diff --git a/general.ent b/general.ent
index 918183e86..2687733e7 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
-
-
+
+