summaryrefslogtreecommitdiff
path: root/etc/udev/debian/persistent.rules
diff options
context:
space:
mode:
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_*"