chiark / gitweb /
persistent rules: fix typo in dm rule
authorKay Sievers <kay.sievers@suse.de>
Sat, 22 Apr 2006 15:28:50 +0000 (17:28 +0200)
committerKay Sievers <kay.sievers@suse.de>
Sat, 22 Apr 2006 15:28:50 +0000 (17:28 +0200)
etc/udev/60-persistent-storage.rules

index 340fc9c8d48790c8ac294fb4e59180fef5a1dd98..099d09477ebe87d7536690c72fe113926308d6d4 100644 (file)
@@ -45,6 +45,6 @@ KERNEL=="*[!0-9]", IMPORT{program}="edd_id --export $tempnode"
 KERNEL=="*[!0-9]", ENV{ID_EDD}=="?*", SYMLINK+="disk/by-id/edd-$env{ID_EDD}"
 KERNEL=="*[0-9]", ENV{ID_EDD}=="?*", SYMLINK+="disk/by-id/edd-$env{ID_EDD}-part%n"
 
-KERNEL=="dm-[0-9]*", ACTION=="add", PROGRAM="/sbin/dmsetup info -c --noopencount --noheadings -o name -j %M -m %m", SYMLINK="disk/by-name/%c"
+KERNEL=="dm-[0-9]*", ACTION=="add", PROGRAM="/sbin/dmsetup info -c --noopencount --noheadings -o name -j %M -m %m", SYMLINK+="disk/by-name/%c"
 
 LABEL="persistent_storage_end"