From b9db2081f0f4ed759855ede8acab03f5bbbadee8 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Sat, 22 Mar 2008 02:30:04 -0400 Subject: [PATCH] Revert "rely on proper change events from the kernel and udev" This reverts commit 071b5825390e537bfbc6650582a81c427017a9e6. --- src/95-devkit-disks.rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/95-devkit-disks.rules b/src/95-devkit-disks.rules index 3a7b11d..bb05faa 100644 --- a/src/95-devkit-disks.rules +++ b/src/95-devkit-disks.rules @@ -13,13 +13,13 @@ ATTR{range}=="[0-9]*", IMPORT{program}="part_id $tempnode" # for partitions, import parent information # -ATTR{start}=="[0-9]*", IMPORT{parent}="PART_*" +#ATTR{start}=="[0-9]*", IMPORT{parent}="PART_*" # However.. right now we're not getting change events on media changes # *until* all the partitions are added.. so importing parent information # won't work; therefore, probe the partition table for each partition. # -#ATTR{start}=="[0-9]*", IMPORT{program}="part_id $tempnode" +ATTR{start}=="[0-9]*", IMPORT{program}="part_id $tempnode" LABEL="probe_parttable_end" -- 2.7.4