diff options
author | Kay Sievers <kay.sievers@suse.de> | 2005-09-18 05:08:52 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2005-09-18 05:08:52 +0200 |
commit | 800c36cd642a38a8d775e3e434cbc984b562032d (patch) | |
tree | bdea03e07262d5a7a70aa9a60a0867edbcb3ee12 /etc/udev/udev-devfs.rules | |
parent | 3a9fc6416770a617023dade2ffb8952703686b42 (diff) |
update devfs rules header
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'etc/udev/udev-devfs.rules')
-rw-r--r-- | etc/udev/udev-devfs.rules | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/etc/udev/udev-devfs.rules b/etc/udev/udev-devfs.rules index 1e71ae1a17..380bbee85b 100644 --- a/etc/udev/udev-devfs.rules +++ b/etc/udev/udev-devfs.rules @@ -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}" |