diff options
Diffstat (limited to 'chapter07/udev.xml')
-rw-r--r-- | chapter07/udev.xml | 8 |
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> |