X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=etc%2Fudev%2Fdebian%2Fpersistent.rules;h=9f1887ddea1f18b4e1a299d38eb3bd0f6efa5458;hp=7fc86246f3dd604e83b8ec62b2e3ab71f66efafc;hb=5263fb3464fdb43b1ca0eb6e7b71eb4ff91c6a17;hpb=b1c4f377c4989e0d881778b5a61f0d08b05c0a24 diff --git a/etc/udev/debian/persistent.rules b/etc/udev/debian/persistent.rules index 7fc86246f..9f1887dde 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_*"