diff options
author | Greg KH <greg@press.(none)> | 2005-09-13 14:10:27 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-09-13 14:10:27 -0700 |
commit | 8c65c6a1be91dd3a3da2b5c3b304ec02ad3c67f9 (patch) | |
tree | acec95c58840b060ff8da876cae8ecb12faa73a0 | |
parent | 23fd5f886c6847fd1917cefd7cb6d3eba0b9df1d (diff) |
fix nbd error messages with a gentoo rule hack
-rw-r--r-- | etc/udev/gentoo/udev.rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/udev/gentoo/udev.rules b/etc/udev/gentoo/udev.rules index cba8e677c2..0c705f778d 100644 --- a/etc/udev/gentoo/udev.rules +++ b/etc/udev/gentoo/udev.rules @@ -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" |