fix nbd error messages with a gentoo rule hack

This commit is contained in:
Greg KH 2005-09-13 14:10:27 -07:00 committed by Greg Kroah-Hartman
parent 23fd5f886c
commit 8c65c6a1be

View File

@ -250,6 +250,7 @@ KERNEL=="tpm*", NAME="%k", OWNER="tss", GROUP="tss", MODE="0600"
# Skip all of this if we are not adding a block device
ACTION!="add", GOTO="persistent_end"
SUBSYSTEM!="block", GOTO="persistent_end"
KERNEL=="ram*|loop*|fd*|nbd*", GOTO="persistent_end"
# skip accessing removable ide devices, cause the ide drivers are horrible broken
BUS=="ide", SYSFS{removable}="1", GOTO="no_volume_id"