Capitalized Hotplug dependencies.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6053 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Manuel Canales Esparcia 2005-06-19 08:14:11 +00:00
parent 205496270a
commit 74441fcc96

View File

@ -27,7 +27,7 @@ running kernel.</para>
<segmentedlist> <segmentedlist>
<segtitle>&dependencies;</segtitle> <segtitle>&dependencies;</segtitle>
<seglistitem><seg>bash, coreutils, find, gawk, make</seg></seglistitem> <seglistitem><seg>Bash, Coreutils, Find, Gawk, Make</seg></seglistitem>
</segmentedlist> </segmentedlist>
</sect2> </sect2>
@ -40,7 +40,7 @@ running kernel.</para>
<para>Copy a file that the <quote>install</quote> target omits.</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 <para>Remove the init script that Hotplug installs, since we're going to be
using the script included with LFS-Bootscripts:</para> 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> <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> <command>hotplug</command>:</para>
<screen><userinput>mkdir /lib/firmware</userinput></screen> <screen><userinput>mkdir /lib/firmware</userinput></screen>
@ -68,7 +68,7 @@ that reason, remove the network hotplug agent:</para>
<segtitle>Installed files</segtitle> <segtitle>Installed files</segtitle>
<seglistitem><seg>hotplug</seg> <seglistitem><seg>hotplug</seg>
<seg>/etc/hotplug/*.rc, /etc/hotplug/*.agent</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> /etc/hotplug/usb.usermap, /etc/hotplug.d, /var/log/hotplug/events</seg></seglistitem>
</segmentedlist> </segmentedlist>
@ -178,7 +178,7 @@ firmware loaded before use</para>
<listitem> <listitem>
<indexterm zone="ch-system-hotplug hotplug-events"><primary <indexterm zone="ch-system-hotplug hotplug-events"><primary
sortas="e-/var/log/hotplug/events">/var/log/hotplug/events</primary></indexterm> 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> called since bootup</para>
</listitem> </listitem>
</varlistentry> </varlistentry>