mirror of
https://github.com/systemd/systemd.git
synced 2025-03-22 06:50:18 +03: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…
x
Reference in New Issue
Block a user