From 966b1757143da1a0a826a4de02008264b1bacde3 Mon Sep 17 00:00:00 2001 From: Dan Nichilson Date: Wed, 12 Jul 2006 21:19:33 +0000 Subject: 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 --- chapter07/udev.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'chapter07/udev.xml') 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 @@ 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. + Find the offending rule and make it more specific. @@ -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 - . + See and + for examples. -- cgit v1.2.3-54-g00ecf