From 0cda8984a835f37a573c0e2eb31676ff52773d16 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 2 Aug 2011 02:15:42 +0000 Subject: Rewrite bootscripts and Chaper 7 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9574 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/udev.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chapter07/udev.xml') 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 @@ Udev Bootscript - The S10udev initscript takes care of creating + The /etc/rc.d/init.d/udev initscript takes care of creating device nodes when Linux is booted. The script unsets the uevent handler from the default of /sbin/hotplug. This is done because the kernel no longer needs to call out to an external binary. @@ -200,7 +200,7 @@ class="filesystem">sysfs. 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. + SERIO, and FireWire devices. To determine if the device driver you require has the necessary support for Udev, run modinfo with the module name as @@ -243,7 +243,7 @@ /sbin/modprobe snd-pcm-oss ; true If the module in question is not a wrapper and is useful by itself, - configure the S05modules bootscript to load this + configure the modules bootscript to load this module on system boot. To do this, add the module name to the /etc/sysconfig/modules file on a separate line. This works for wrapper modules too, but is suboptimal in that case. @@ -306,7 +306,7 @@ documentation or the documentation provided by the third party driver vendor). The static device node will be copied to /dev by the - S10udev bootscript. + udev bootscript. -- cgit v1.2.3-54-g00ecf