mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-26 17:09:26 +07:00
[PATCH] add rules for i386 cpu devices.
This commit is contained in:
parent
bf9c357633
commit
c449ee6f7f
@ -128,4 +128,9 @@ KERNEL="capi*", NAME="capi/%n"
|
||||
KERNEL="tun", NAME="net/%k"
|
||||
|
||||
# raw devices
|
||||
KERNEL="raw[0-9]*", NAME="raw/%k"
|
||||
KERNEL="raw[0-9]*", NAME="raw/%k"
|
||||
|
||||
# cpu devices
|
||||
KERNEL="cpu[0-9]*", NAME="cpu/%n/cpuid"
|
||||
KERNEL="msr[0-9]*", NAME="cpu/%n/cpuid"
|
||||
KERNEL="microcode", NAME="cpu/microcode"
|
||||
|
Loading…
Reference in New Issue
Block a user