Browse Source

* changed udev/64-device-mapper.rules to rename device-mapper to mapper/control instead of just doing a symlink

git-svn-id: svn://svn.opensde.net/opensde/package/branches/udev@21361 10447126-35f2-4685-b0cf-6dd780d3921f
early
Alejandro Mery 18 years ago
parent
commit
72f5b945e4
  1. 2
      filesystem/udev/rules/64-device-mapper.rules

2
filesystem/udev/rules/64-device-mapper.rules

@ -1,6 +1,6 @@
# vi: set ft=conf :
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"

Loading…
Cancel
Save