mirror of
https://github.com/systemd/systemd.git
synced 2025-03-14 04:58:28 +03:00
[PATCH] add aoe block and char device rules to the gentoo rule file.
This commit is contained in:
parent
240ce55179
commit
78b574cfcd
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user