chiark / gitweb /
remove outdated and misleading stuff
[elogind.git] / etc / udev / udev-devfs.rules
index 1e71ae1a17c090e019521ce022795a93061509f8..ec44692d689f5759d02873cf221504d8724b8f21 100644 (file)
@@ -1,8 +1,12 @@
-# The use of these rules is not recommended or supported.
-# In a world where devices can come and go at any time, the devfs scheme
-# of simple device enumeration does not help _anything_. Just forget about
-# it. Use custom rules to name your device or look at the persistent device
-# naming scheme, which is implemented for disks and add your subsystem.
+# The use of these rules is not recommended or supported. This file
+# is just kept around to proof that udev is able to emulate the devfs scheme.
+#
+# In a world where devices can come and go at any time, the devfs device
+# naming scheme of simple grouping and enumeration DOES NOT HELP ANYTHING.
+#
+# Use custom rules to name your device or look at the persistent device
+# naming scheme, which is implemented for disks and extend it in a 
+# similar way for the subsystem you want a sane node layout for.
 
 # ide block devices
 BUS="ide", KERNEL="hd*", PROGRAM="/etc/udev/ide-devfs.sh %k %b %n", NAME="%k", SYMLINK="%c{1} %c{2}"