|
|
@ -8,8 +8,8 @@ SUBSYSTEM!="block", GOTO="persistent_storage_end" |
|
|
|
KERNEL=="ram*|loop*|fd*|nbd*", GOTO="persistent_storage_end" |
|
|
|
|
|
|
|
# never access removable ide devices, the drivers are causing event loops on open() |
|
|
|
KERNEL=="hd*[!0-9]", SYSFS{removable}=="1", DRIVER!="ide-cdrom", GOTO="persistent_storage_end" |
|
|
|
KERNEL=="hd*[0-9]", SYSFS{../removable}=="1", DRIVER!="ide-cdrom", GOTO="persistent_storage_end" |
|
|
|
KERNEL=="hd*[!0-9]", SYSFS{removable}=="1", DRIVERS!="ide-cdrom", GOTO="persistent_storage_end" |
|
|
|
KERNEL=="hd*[0-9]", SYSFS{../removable}=="1", DRIVERS!="ide-cdrom", GOTO="persistent_storage_end" |
|
|
|
|
|
|
|
# by-id (hardware serial number) |
|
|
|
KERNEL=="hd*[!0-9]", IMPORT{program}="/lib/udev/ata_id --export $tempnode" |
|
|
|