aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-04-22 17:28:50 +0200
committerKay Sievers <kay.sievers@suse.de>2006-04-22 17:28:50 +0200
commita805ead1046db16902f5f228ed63666d9950c061 (patch)
treea39af49cedc96765e5fb5346a0c0b869b0057947
parentb12a1fb1c6073c0679e80f515fe97cb21fa88e65 (diff)
downloadudev-a805ead1046db16902f5f228ed63666d9950c061.tar.gz
persistent rules: fix typo in dm rule
-rw-r--r--etc/udev/60-persistent-storage.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/udev/60-persistent-storage.rules b/etc/udev/60-persistent-storage.rules
index 340fc9c8..099d0947 100644
--- a/etc/udev/60-persistent-storage.rules
+++ b/etc/udev/60-persistent-storage.rules
@@ -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"