diff --git a/rules/suse/64-device-mapper.rules b/rules/suse/64-device-mapper.rules index 2bffe8344a1..36ac7566d3f 100644 --- a/rules/suse/64-device-mapper.rules +++ b/rules/suse/64-device-mapper.rules @@ -1,6 +1,6 @@ # do not edit this file, it will be overwritten on update -KERNEL=="device-mapper", SYMLINK+="mapper/control" +KERNEL=="device-mapper", NAME="mapper/control" KERNEL!="dm-*", GOTO="device_mapper_end" ACTION!="add|change", GOTO="device_mapper_end"