From 78b574cfcde57a93994f73ee6aca31e499b9dd09 Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Wed, 12 Jan 2005 07:38:49 -0800 Subject: [PATCH] [PATCH] add aoe block and char device rules to the gentoo rule file. --- etc/udev/gentoo/udev.rules | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/etc/udev/gentoo/udev.rules b/etc/udev/gentoo/udev.rules index d89d8d0a2..3c09d072d 100644 --- a/etc/udev/gentoo/udev.rules +++ b/etc/udev/gentoo/udev.rules @@ -77,6 +77,15 @@ KERNEL="loop[0-9]*", NAME="loop/%n", SYMLINK="%k", GROUP="disk" # md block devices KERNEL="md[0-9]*", NAME="md/%n", SYMLINK="%k", GROUP="disk" +# aoe char devices, +# we might have to add a "CLASS" type one of these days to make this a bit saner +KERNEL="discover", NAME="etherd/%k", GROUP="disk", MODE="0220" +KERNEL="err", NAME="etherd/%k", GROUP="disk", MODE="0440" +KERNEL="interfaces", NAME="etherd/%k", GROUP="disk", MODE="0220" + +# aoe block devices +KERNEL="etherd*", NAME="%k", GROUP="disk" + # misc devices KERNEL="agpgart", NAME="misc/%k", SYMLINK="%k" KERNEL="psaux", NAME="misc/%k", SYMLINK="%k" -- 2.30.2