diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-11-14 20:16:35 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-11-14 20:16:35 +0100 |
commit | bf1cea46bbcab45b37bb1a27642690bd73996a6e (patch) | |
tree | 5a3f17909965a353bde0a6b37860c9768d599830 /etc/udev/suse/60-persistent-storage.rules | |
parent | 50fec657157623d2c537df5fa1debc9d7b919279 (diff) |
update SUSE rules
Diffstat (limited to 'etc/udev/suse/60-persistent-storage.rules')
-rw-r--r-- | etc/udev/suse/60-persistent-storage.rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/udev/suse/60-persistent-storage.rules b/etc/udev/suse/60-persistent-storage.rules index 1277a1a076..1ac915cc17 100644 --- a/etc/udev/suse/60-persistent-storage.rules +++ b/etc/udev/suse/60-persistent-storage.rules @@ -5,10 +5,10 @@ ACTION!="add", GOTO="persistent_storage_end" SUBSYSTEM!="block", GOTO="persistent_storage_end" # skip rules for inappropriate block devices -KERNEL=="ram*|loop*|fd*|nbd*|gnbd*|dm-*", GOTO="persistent_storage_end" +KERNEL=="ram*|loop*|fd*|nbd*|gnbd*|dm-*|md*", GOTO="persistent_storage_end" # never access non-cdrom removable ide devices, the drivers are causing event loops on open() -KERNEL=="hd*[!0-9]", ATTRS{removable}=="1", DRIVERS=="ide-cs|ide-floppy", GOTO="persistent_storage_end" +KERNEL=="hd*[!0-9]", ATTR{removable}=="1", DRIVERS=="ide-cs|ide-floppy", GOTO="persistent_storage_end" KERNEL=="hd*[0-9]", ATTRS{removable}=="1", GOTO="persistent_storage_end" # for partitions import parent information |