diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/udev/udev-devfs.rules (renamed from etc/udev/udev.rules.devfs) | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/udev/udev.rules.devfs b/etc/udev/udev-devfs.rules index b7b2c4e12d..1e71ae1a17 100644 --- a/etc/udev/udev.rules.devfs +++ b/etc/udev/udev-devfs.rules @@ -4,9 +4,6 @@ # 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. -# There are a number of modifiers that are allowed to be used in some of the -# fields. See the udev man page for a full description of them. - # ide block devices BUS="ide", KERNEL="hd*", PROGRAM="/etc/udev/ide-devfs.sh %k %b %n", NAME="%k", SYMLINK="%c{1} %c{2}" |