From 8e9c06be26a5c40454bb3925a10d9ccdaab37b2d Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Thu, 13 Nov 2008 07:45:58 +0100 Subject: rules: remove DEVTYPE disk/partition --- rules/rules.d/60-persistent-storage.rules | 4 ---- 1 file changed, 4 deletions(-) (limited to 'rules/rules.d') 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_*" -- cgit v1.2.3-54-g00ecf