diff options
Diffstat (limited to 'chapter06/hotplug.xml')
-rw-r--r-- | chapter06/hotplug.xml | 18 |
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> |