mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-27 09:35:52 +07:00
[PATCH] add rules for i386 cpu devices.
This commit is contained in:
parent
bf9c357633
commit
c449ee6f7f
@ -129,3 +129,8 @@ KERNEL="tun", NAME="net/%k"
|
||||
|
||||
# raw devices
|
||||
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