From: greg@kroah.com Date: Wed, 12 Jan 2005 15:38:49 +0000 (-0800) Subject: [PATCH] add aoe block and char device rules to the gentoo rule file. X-Git-Tag: 051~18 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=78b574cfcde57a93994f73ee6aca31e499b9dd09 [PATCH] add aoe block and char device rules to the gentoo rule file. --- 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"