diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-06-19 08:14:11 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2005-06-19 08:14:11 +0000 |
commit | 74441fcc969c5c020979cba052d76718bea96fb1 (patch) | |
tree | e12a3c22054ff369a5fae9dff8c5a56cb402102d /chapter06 | |
parent | 205496270aa7ba1bf00fee5266a794e634b3b934 (diff) |
Capitalized Hotplug dependencies.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6053 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/hotplug.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/hotplug.xml b/chapter06/hotplug.xml index acbd622e4..d71faa63b 100644 --- a/chapter06/hotplug.xml +++ b/chapter06/hotplug.xml @@ -27,7 +27,7 @@ running kernel.</para> <segmentedlist> <segtitle>&dependencies;</segtitle> -<seglistitem><seg>bash, coreutils, find, gawk, make</seg></seglistitem> +<seglistitem><seg>Bash, Coreutils, Find, Gawk, Make</seg></seglistitem> </segmentedlist> </sect2> @@ -40,7 +40,7 @@ running kernel.</para> <para>Copy a file that the <quote>install</quote> target omits.</para> -<screen><userinput>cp etc/hotplug/pnp.distmap /etc/hotplug</userinput></screen> +<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> @@ -52,7 +52,7 @@ that reason, remove the network hotplug agent:</para> <screen><userinput>rm -f /etc/hotplug/net.agent</userinput></screen> -<para>Create a directory for storing firmware that can be loaded by +<para>Create a directory for storing firmware that can be loaded by <command>hotplug</command>:</para> <screen><userinput>mkdir /lib/firmware</userinput></screen> @@ -68,7 +68,7 @@ that reason, remove the network hotplug agent:</para> <segtitle>Installed files</segtitle> <seglistitem><seg>hotplug</seg> <seg>/etc/hotplug/*.rc, /etc/hotplug/*.agent</seg> -<seg>/etc/hotplug/hotplug.functions, /etc/hotplug/blacklist, /etc/hotplug/{pci,usb}, +<seg>/etc/hotplug/hotplug.functions, /etc/hotplug/blacklist, /etc/hotplug/{pci,usb}, /etc/hotplug/usb.usermap, /etc/hotplug.d, /var/log/hotplug/events</seg></seglistitem> </segmentedlist> @@ -178,7 +178,7 @@ firmware loaded before use</para> <listitem> <indexterm zone="ch-system-hotplug hotplug-events"><primary sortas="e-/var/log/hotplug/events">/var/log/hotplug/events</primary></indexterm> -<para>This file contains all the events that <command>hotplug</command> has +<para>This file contains all the events that <command>hotplug</command> has called since bootup</para> </listitem> </varlistentry> |