From 5f98035c0f7a9703eebd90128291d90cb7c7a58e Mon Sep 17 00:00:00 2001 From: "Alexander E. Patrakov" Date: Sun, 23 May 2004 15:37:07 +0000 Subject: Don't list the initscript in the contents of the Hotplug package git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3687 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter06/hotplug.xml | 19 ++++++------------- 2 files changed, 10 insertions(+), 13 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 26a7a8b1a..eb783aa2c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -102,6 +102,10 @@ first a summary, then a detailed log. +May 23th, 2004 [alexander]: Don't list the initscript in the +contents of the Hotplug package. The reason is that we use winkie's +replacement script from LFS-Bootscripts. + May 23th, 2004 [alexander]: Fixed XML validation error. diff --git a/chapter06/hotplug.xml b/chapter06/hotplug.xml index a678b4da2..e0a87e584 100644 --- a/chapter06/hotplug.xml +++ b/chapter06/hotplug.xml @@ -28,7 +28,8 @@ modules into the running kernel. Installation of Hotplug -Apply the patch that avoids bogus dependencies of the hotplug initscript +Apply the patch that avoids bogus dependencies of the +usb.rc script upon which and usbutils packages: @@ -98,23 +99,15 @@ changes in its internal state (e.g. a new device is added or removed). - -hotplug initscript - -hotplug -This script just runs all -/etc/hotplug/*.rc scripts in turn during system -startup. - - - *.rc files in /etc/hotplug directory These scripts are used for cold plugging, i.e. detection and other -specific actions upon hardware already present during system startup. These +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. -- cgit v1.2.3-54-g00ecf