diff options
author | Marco d'Itri <md@Linux.IT> | 2006-05-29 21:00:32 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-05-29 21:00:32 +0200 |
commit | 47b3e9478c48dbe5f428bd6fc074eac78f2765c3 (patch) | |
tree | eff69ba4d5a6e641939ec7f2b61e92316ff6519e /etc/udev/debian/persistent.rules | |
parent | df16b77934bed6c2f146098d60e5ffaf15e591ae (diff) |
update Debian rules
Diffstat (limited to 'etc/udev/debian/persistent.rules')
-rw-r--r-- | etc/udev/debian/persistent.rules | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/etc/udev/debian/persistent.rules b/etc/udev/debian/persistent.rules index 9f1887ddea..349817d797 100644 --- a/etc/udev/debian/persistent.rules +++ b/etc/udev/debian/persistent.rules @@ -5,7 +5,7 @@ SUBSYSTEM!="block", GOTO="no_volume_id" ACTION!="add", GOTO="no_volume_id" # and we can safely ignore these kinds of devices -KERNEL=="ram*|loop*|fd*|nbd*", GOTO="no_volume_id" +KERNEL=="ram*|loop*|fd*|nbd*|dm-*", GOTO="no_volume_id" # skip removable ide devices, because open(2) on them causes an events loop KERNEL=="hd*[!0-9]", SYSFS{removable}=="1", DRIVER=="ide-cs|ide-floppy", \ @@ -69,9 +69,6 @@ ENV{ID_FS_UUID}=="?*", ENV{ID_FS_USAGE}=="filesystem|other", \ ENV{ID_FS_LABEL_SAFE}=="?*", ENV{ID_FS_USAGE}=="filesystem|other", \ SYMLINK+="disk/by-label/$env{ID_FS_LABEL_SAFE}" -#KERNEL=="dm-[0-9]*", PROGRAM="/sbin/dmsetup info -c --noopencount --noheadings -o name -j %M -m %m", \ -# SYMLINK+="disk/by-name/%c" - # end of processing LABEL="no_volume_id" |