diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-04-22 17:28:50 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-04-22 17:28:50 +0200 |
commit | a805ead1046db16902f5f228ed63666d9950c061 (patch) | |
tree | a39af49cedc96765e5fb5346a0c0b869b0057947 /etc | |
parent | b12a1fb1c6073c0679e80f515fe97cb21fa88e65 (diff) |
persistent rules: fix typo in dm rule
Diffstat (limited to 'etc')
-rw-r--r-- | etc/udev/60-persistent-storage.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/udev/60-persistent-storage.rules b/etc/udev/60-persistent-storage.rules index 340fc9c8d4..099d09477e 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" |