aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/udev.xml
diff options
context:
space:
mode:
authorDan Nichilson <dnicholson@linuxfromscratch.org>2006-07-12 21:19:33 +0000
committerDan Nichilson <dnicholson@linuxfromscratch.org>2006-07-12 21:19:33 +0000
commit966b1757143da1a0a826a4de02008264b1bacde3 (patch)
tree00da588324d1aded6fcfa24ef5e938d2780c9b6d /chapter07/udev.xml
parent77e97aea5422f591adf41dc8dac943bb9e472d44 (diff)
Various fixes and additions for examples of custom rules in Udev courtesy
of Alexander Patrakov. Includes guidelines for persistent CD-ROM symlinks. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7661 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/udev.xml')
-rw-r--r--chapter07/udev.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/chapter07/udev.xml b/chapter07/udev.xml
index 50e66f759..a37e01732 100644
--- a/chapter07/udev.xml
+++ b/chapter07/udev.xml
@@ -267,8 +267,7 @@
<para>This usually happens if a rule unexpectedly matches a device. For
example, a poorly-writen rule can match both a SCSI disk (as desired)
and the corresponding SCSI generic device (incorrectly) by vendor.
- Increase the logging verbosity of Udev, find the offending rule by
- examining the logs and make it more specific.</para>
+ Find the offending rule and make it more specific.</para>
</sect3>
@@ -316,8 +315,8 @@
names being stable. Instead, create your own rules that make symlinks with
stable names based on some stable attributes of the device, such as a
serial number or the output of various *_id utilities installed by Udev.
- See also the network interface renaming example in
- <xref linkend="ch-scripts-network"/>.</para>
+ See <xref linkend="ch-scripts-symlinks"/> and
+ <xref linkend="ch-scripts-network"/> for examples.</para>
</sect3>