mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-05 09:17:44 +03:00
[PATCH] fix stupid cut-and-paste error for msr devices on gentoo boxes.
This commit is contained in:
parent
1b1ba93365
commit
4a760b3334
@ -132,5 +132,5 @@ 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="msr[0-9]*", NAME="cpu/%n/msr"
|
||||
KERNEL="microcode", NAME="cpu/microcode"
|
||||
|
Loading…
Reference in New Issue
Block a user