diff options
author | Alexander E. Patrakov <alexander@linuxfromscratch.org> | 2004-05-23 15:37:07 +0000 |
---|---|---|
committer | Alexander E. Patrakov <alexander@linuxfromscratch.org> | 2004-05-23 15:37:07 +0000 |
commit | 5f98035c0f7a9703eebd90128291d90cb7c7a58e (patch) | |
tree | fce043e0e046acc5cc5db13a8242b0a5c53e9528 /chapter06/hotplug.xml | |
parent | a4dadad2acf423ce8bf8ab6f4591b66eec7cc147 (diff) |
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
Diffstat (limited to 'chapter06/hotplug.xml')
-rw-r--r-- | chapter06/hotplug.xml | 19 |
1 files changed, 6 insertions, 13 deletions
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. <title>Installation of Hotplug</title> <para> -Apply the patch that avoids bogus dependencies of the hotplug initscript +Apply the patch that avoids bogus dependencies of the +<filename>usb.rc</filename> script upon <application>which</application> and <application>usbutils</application> packages: </para> @@ -99,22 +100,14 @@ changes in its internal state (e.g. a new device is added or removed).</para> </varlistentry> <varlistentry> -<term id="hotplug-initscript"><command>hotplug</command> initscript</term> -<listitem> -<indexterm zone="ch-system-hotplug hotplug-initscript"><primary -sortas="d-hotplug-initscript">hotplug</primary></indexterm> -<para>This script just runs all -<filename>/etc/hotplug/*.rc</filename> scripts in turn during system -startup.</para> -</listitem> -</varlistentry> - -<varlistentry> <term id="hotplug-rc"><command>*.rc</command> files in <filename class="directory">/etc/hotplug</filename> directory</term> <listitem> <para>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 <filename>hotplug</filename> initscript that comes +from the lfs-bootscripts package. +The <command>*.rc</command> scripts try to find kernel modules corresponding to your hardware and insert them into the running kernel. </para> |