]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
rules: SUSE update
authorKay Sievers <kay.sievers@vrfy.org>
Tue, 1 May 2007 12:21:04 +0000 (14:21 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Tue, 1 May 2007 12:21:04 +0000 (14:21 +0200)
etc/udev/suse/64-md-raid.rules

index 3da64150ae909a1ff5fcdc432147e1c09b3471cd..39af3ef6be1f826952d1ce5c21bdc51afdbd9f2c 100644 (file)
@@ -1,5 +1,6 @@
 # md links hook into "change" events, when the array becomes available
 
+SUBSYSTEM!="block", GOTO="md_end"
 KERNEL!="md[0-9]*", GOTO="md_end"
 ACTION!="add|change", GOTO="md_end"