summaryrefslogtreecommitdiff
path: root/etc/udev/debian/persistent.rules
diff options
context:
space:
mode:
authorMarco d'Itri <md@Linux.IT>2006-05-01 03:32:30 +0200
committerKay Sievers <kay.sievers@suse.de>2006-05-01 03:32:30 +0200
commit5263fb3464fdb43b1ca0eb6e7b71eb4ff91c6a17 (patch)
tree839b41488acd7bbe1f027a04c49625891a27df2a /etc/udev/debian/persistent.rules
parentb1c4f377c4989e0d881778b5a61f0d08b05c0a24 (diff)
update Debian rules
Diffstat (limited to 'etc/udev/debian/persistent.rules')
-rw-r--r--etc/udev/debian/persistent.rules3
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/udev/debian/persistent.rules b/etc/udev/debian/persistent.rules
index 7fc86246f3..9f1887ddea 100644
--- a/etc/udev/debian/persistent.rules
+++ b/etc/udev/debian/persistent.rules
@@ -33,8 +33,7 @@ KERNEL=="*[!0-9]", \
IMPORT{program}="edd_id --export $tempnode"
# find the physical path of the device
-KERNEL=="*[!0-9]|sr*|st*", ENV{ID_TYPE}=="?*", \
- IMPORT{program}="path_id $devpath"
+KERNEL=="*[!0-9]|sr*|st*", IMPORT{program}="path_id $devpath"
# import the variables of partitions from the parent disks
KERNEL=="*[0-9]", IMPORT{parent}="ID_*"