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