From: Greg KH Date: Tue, 13 Sep 2005 21:10:27 +0000 (-0700) Subject: fix nbd error messages with a gentoo rule hack X-Git-Tag: 174~2551 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=8c65c6a1be91dd3a3da2b5c3b304ec02ad3c67f9;p=elogind.git fix nbd error messages with a gentoo rule hack --- diff --git a/etc/udev/gentoo/udev.rules b/etc/udev/gentoo/udev.rules index cba8e677c..0c705f778 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"