diff options
author | Swift Geek <swiftgeek@gmail.com> | 2017-12-17 06:35:22 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2017-12-17 06:35:22 +0000 |
commit | b3b6e362ec943b02e19fe5932e1ad90d8ba66fc8 (patch) | |
tree | 1081546ff7acb9cc9d3ff5cf65387467577f6463 | |
parent | 8869b58039937c4908eeb19dd0d255c7beb7c5ed (diff) | |
parent | 3418e6974d1bf8f44700eac00f70968d4cfca15e (diff) | |
download | librebootfr-b3b6e362ec943b02e19fe5932e1ad90d8ba66fc8.tar.gz librebootfr-b3b6e362ec943b02e19fe5932e1ad90d8ba66fc8.zip |
Merge branch 'docs-cpuid' of kragle/libreboot into master
-rw-r--r-- | docs/hardware/x200.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/hardware/x200.md b/docs/hardware/x200.md index c5f535cb..b7bb434b 100644 --- a/docs/hardware/x200.md +++ b/docs/hardware/x200.md @@ -236,9 +236,7 @@ different, so this page might be BS) pehjota started collecting some steppings for different CPUs on several X200 laptops. You can get the CPUID by running: - # dmesg | sed -n 's/\^.\* microcode: CPU0 - -sig=0x\\(\[\^,\]\*\\),.\*\$/\\1/p' + # dmesg | sed -n 's/.*microcode:.*sig=\([^,]*\),.*$/\1/p' | uniq What pehjota wrote: The laptops that have issues resuming from suspend, as well as a laptop that (as I mentioned earlier in \#libreboot) won't |