diff options
author | Bryan Kadzban <bryan@linuxfromscratch.org> | 2007-02-18 00:40:32 +0000 |
---|---|---|
committer | Bryan Kadzban <bryan@linuxfromscratch.org> | 2007-02-18 00:40:32 +0000 |
commit | 80640a49905027b2ba7454cf7b287217b5d6b70f (patch) | |
tree | ff22a7749a93049420778d31ad14350fea0fa96e /chapter07/symlinks.xml | |
parent | 84dbfdac1d61fe44174367240f3847ef4b1bad9e (diff) |
Use upstream Udev rule_generator setup for NIC naming; fixes #1912. Also fix a validation error in r7923.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7924 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/symlinks.xml')
-rw-r--r-- | chapter07/symlinks.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/chapter07/symlinks.xml b/chapter07/symlinks.xml index ff96b4e87..1407d553f 100644 --- a/chapter07/symlinks.xml +++ b/chapter07/symlinks.xml @@ -49,11 +49,12 @@ <!-- If you use by-id mode, the symlinks will survive even the transition to libata for IDE drives, but that is not for the book. --> - <important>External devices (for example, a USB-connected CD drive) should - not use by-path persistence, because each time the device is plugged into a - new external port, its physical path will change. All externally-connected - devices will have this problem if you write Udev rules to recognize them - by their physical path; the problem is not limited to CD and DVD drives.</important> + <important><para>External devices (for example, a USB-connected CD drive) + should not use by-path persistence, because each time the device is plugged + into a new external port, its physical path will change. All + externally-connected devices will have this problem if you write Udev rules + to recognize them by their physical path; the problem is not limited to CD + and DVD drives.</para></important> <para>If you wish to see the values that the Udev scripts will use, then for the appropriate CD-ROM device, find the corresponding directory under |