summaryrefslogtreecommitdiff
path: root/rules/rules.d/60-persistent-storage.rules
diff options
context:
space:
mode:
Diffstat (limited to 'rules/rules.d/60-persistent-storage.rules')
-rw-r--r--rules/rules.d/60-persistent-storage.rules4
1 files changed, 0 insertions, 4 deletions
diff --git a/rules/rules.d/60-persistent-storage.rules b/rules/rules.d/60-persistent-storage.rules
index dec83cfe7e..4f8de28a7f 100644
--- a/rules/rules.d/60-persistent-storage.rules
+++ b/rules/rules.d/60-persistent-storage.rules
@@ -19,10 +19,6 @@ KERNEL=="hd*[0-9]", ATTRS{removable}=="1", GOTO="persistent_storage_end"
# ignore partitions that span the entire disk
TEST=="whole_disk", GOTO="persistent_storage_end"
-# /sys/class/block will export this
-ENV{DEVTYPE}!="?*", ATTR{range}=="?*", ENV{DEVTYPE}="disk"
-ENV{DEVTYPE}!="?*", ATTR{start}=="?*", ENV{DEVTYPE}="partition"
-
# for partitions import parent information
ENV{DEVTYPE}=="partition", IMPORT{parent}="ID_*"