aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/udev.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2011-08-02 02:15:42 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2011-08-02 02:15:42 +0000
commit0cda8984a835f37a573c0e2eb31676ff52773d16 (patch)
tree15144b985754fc6ac96540d091ef7682694c5781 /chapter07/udev.xml
parent75fe59983cbfe4a5e5cec2a161cda0491162908c (diff)
Rewrite bootscripts and Chaper 7
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9574 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/udev.xml')
-rw-r--r--chapter07/udev.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter07/udev.xml b/chapter07/udev.xml
index 8084b9ea6..5bb769caa 100644
--- a/chapter07/udev.xml
+++ b/chapter07/udev.xml
@@ -95,7 +95,7 @@
<sect3>
<title>Udev Bootscript</title>
- <para>The <command>S10udev</command> initscript takes care of creating
+ <para>The <command>/etc/rc.d/init.d/udev</command> initscript takes care of creating
device nodes when Linux is booted. The script unsets the uevent handler
from the default of <command>/sbin/hotplug</command>. This is done
because the kernel no longer needs to call out to an external binary.
@@ -200,7 +200,7 @@
class="filesystem">sysfs</systemitem>. In other cases, one should
arrange module loading by other means. With Linux-&linux-version;, Udev is
known to load properly-written drivers for INPUT, IDE, PCI, USB, SCSI,
- SERIO and FireWire devices.</para>
+ SERIO, and FireWire devices.</para>
<para>To determine if the device driver you require has the necessary
support for Udev, run <command>modinfo</command> with the module name as
@@ -243,7 +243,7 @@
/sbin/modprobe snd-pcm-oss ; true</literal></screen>
<para>If the module in question is not a wrapper and is useful by itself,
- configure the <command>S05modules</command> bootscript to load this
+ configure the <command>modules</command> bootscript to load this
module on system boot. To do this, add the module name to the
<filename>/etc/sysconfig/modules</filename> file on a separate line.
This works for wrapper modules too, but is suboptimal in that case.</para>
@@ -306,7 +306,7 @@
documentation or the documentation provided by the third party driver
vendor). The static device node will be copied to
<filename class="directory">/dev</filename> by the
- <command>S10udev</command> bootscript.</para>
+ <command>udev</command> bootscript.</para>
</sect3>