aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/hotplug.xml
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2005-07-01 20:39:25 +0000
committerArchaic <archaic@linuxfromscratch.org>2005-07-01 20:39:25 +0000
commitfde4f7de29feb3a867ab572415c2eb7722d3d880 (patch)
tree7b5999f09e19c8bf5a6d76cce1348238c922a4cb /chapter06/hotplug.xml
parent4d938efaa059430738ff5c7dbae00b42e1b5b7d5 (diff)
Brought all occurences of LFS-Bootscripts into conformity.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6288 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/hotplug.xml')
-rw-r--r--chapter06/hotplug.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/chapter06/hotplug.xml b/chapter06/hotplug.xml
index eccb9de52..9af9cefbe 100644
--- a/chapter06/hotplug.xml
+++ b/chapter06/hotplug.xml
@@ -42,13 +42,13 @@ running kernel.</para>
<screen><userinput>cp etc/hotplug/pnp.distmap /etc/hotplug</userinput></screen>
-<para>Remove the init script that Hotplug installs, since we're going to be
-using the script included with LFS-Bootscripts:</para>
+<para>Remove the init script that Hotplug installs since we are going to be
+using the script included in the LFS-Bootscripts package:</para>
<screen><userinput>rm -rf /etc/init.d</userinput></screen>
-<para>Network device hotplugging is not supported by LFS-Bootscripts yet. For
-that reason, remove the network hotplug agent:</para>
+<para>Network device hotplugging is not yet supported by the LFS-Bootscripts
+package. For that reason, remove the network hotplug agent:</para>
<screen><userinput>rm -f /etc/hotplug/net.agent</userinput></screen>
@@ -91,11 +91,11 @@ sortas="b-hotplug">hotplug</primary></indexterm>
<term><command>/etc/hotplug/*.rc</command></term>
<listitem>
<para>These scripts are used for cold plugging, i.e., detecting and acting 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 recover hotplug events that
-were lost during system boot because, for example, the root filesystem was not
-mounted by the kernel</para>
+hardware already present during system startup. They are called by the
+<filename>hotplug</filename> initscript included in the LFS-Bootscripts package.
+The <command>*.rc</command> scripts try to recover hotplug events that were lost
+during system boot because, for example, the root filesystem was not mounted by
+the kernel</para>
<indexterm zone="ch-system-hotplug hotplug-rc"><primary
sortas="d-/etc/hotplug/*.rc">/etc/hotplug/*.rc</primary></indexterm>
</listitem>