chiark / gitweb /
rules: rename ide-floppy to ide-gd
authorBorislav Petkov <petkovbb@googlemail.com>
Sun, 22 Mar 2009 12:22:49 +0000 (13:22 +0100)
committerKay Sievers <kay@poy.(none)>
Sun, 22 Mar 2009 14:10:06 +0000 (15:10 +0100)
The driver's name changed in the 2.6.28 timeframe.

rules/rules.d/60-persistent-storage.rules

index 14bd75f7dc5d54a18469a040602af766c45acaeb..503266335264c9671a99c9cb80ecb7524bd7c799 100644 (file)
@@ -13,7 +13,7 @@ SUBSYSTEM!="block", GOTO="persistent_storage_end"
 KERNEL=="ram*|fd*|nbd*|gnbd*|dm-*|md*|btibm*", GOTO="persistent_storage_end"
 
 # never access non-cdrom removable ide devices, the drivers are causing event loops on open()
-KERNEL=="hd*[!0-9]", ATTR{removable}=="1", DRIVERS=="ide-cs|ide-floppy", GOTO="persistent_storage_end"
+KERNEL=="hd*[!0-9]", ATTR{removable}=="1", DRIVERS=="ide-cs|ide-gd", GOTO="persistent_storage_end"
 KERNEL=="hd*[0-9]", ATTRS{removable}=="1", GOTO="persistent_storage_end"
 
 # ignore partitions that span the entire disk