Browse Source

Benjamin Schieder:


			
			
				rocklinux
			
			
		
Benjamin Schieder 18 years ago
parent
commit
323ad7a61f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      package/base/udev/rules/60-persistent-storage.rules

+ 2
- 2
package/base/udev/rules/60-persistent-storage.rules

@ -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"

Loading…
Cancel
Save