From 8c65c6a1be91dd3a3da2b5c3b304ec02ad3c67f9 Mon Sep 17 00:00:00 2001 From: Greg KH Date: Tue, 13 Sep 2005 14:10:27 -0700 Subject: [PATCH] fix nbd error messages with a gentoo rule hack --- etc/udev/gentoo/udev.rules | 1 + 1 file changed, 1 insertion(+) 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" -- 2.30.2