From 8e9c06be26a5c40454bb3925a10d9ccdaab37b2d Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Thu, 13 Nov 2008 07:45:58 +0100 Subject: [PATCH] rules: remove DEVTYPE disk/partition --- TODO | 2 -- rules/rules.d/60-persistent-storage.rules | 4 ---- 2 files changed, 6 deletions(-) diff --git a/TODO b/TODO index 4d6f6d4d1..8986d1972 100644 --- a/TODO +++ b/TODO @@ -3,8 +3,6 @@ o drop pnp shell script, acpi will take care of loading pnp modules o add DVB variables to kernel (patch merged in v4l tree), drop the shell script rule - o DEVTYPE for disks is set by the kernel, they will be removed from - the default rules o "udevadm control" commands will only accept the -- syntax o symlink names to udevadm will no longer be resolved to old command names o get distros to agree on a default set of rules diff --git a/rules/rules.d/60-persistent-storage.rules b/rules/rules.d/60-persistent-storage.rules index dec83cfe7..4f8de28a7 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_*" -- 2.30.2