diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b7f458f7e..14bd20d05 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -75,6 +75,9 @@ first a summary, then a detailed log. +June 15, 2004 [winkie]: Patched the kernel sources so that it +defaults to /bin/true as the hotplug manager. + June 14, 2004 [matt]: Removed GNU/Linux in line with common usage regarding the recurring GNU/Linux vs. Linux debate (Larry Lawrence). diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 4209f3cf8..88bc484f8 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -47,6 +47,11 @@ un-tarring. patch -Np1 -i ../linux-&linux-version;-fpu-1.patch +Also, assure that the kernel does not attempt to pass hotplugging events +to userspace until userspace specifies that it is ready: + +sed -i 's@/sbin/hotplug@/bin/true@' kernel/kmod.c + Configure the kernel via a menu-driven interface: make menuconfig diff --git a/general.ent b/general.ent index 36ada74ea..26441a7bd 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + +