diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-03-17 23:11:01 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-03-17 23:11:01 -0700 |
commit | a58b3668c05f3f6dc80e394f31183a8ae125b426 (patch) | |
tree | 84d870588cdd148f10660e10136cb199c11fe3a4 /docs/future | |
parent | c2b25f1e127ff810e4565d553aafc28b7c44d1a2 (diff) | |
download | librebootfr-a58b3668c05f3f6dc80e394f31183a8ae125b426.tar.gz librebootfr-a58b3668c05f3f6dc80e394f31183a8ae125b426.zip |
Fix another class of command
Diffstat (limited to 'docs/future')
-rw-r--r-- | docs/future/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/future/index.md b/docs/future/index.md index 94453e55..fd9aaeaa 100644 --- a/docs/future/index.md +++ b/docs/future/index.md @@ -326,7 +326,7 @@ Get intelvbttool here: <http://review.coreboot.org/#/c/5842> Now dump a copy of the running VGA BIOS: **$ sudo dd if=/dev/mem bs=64k of=runningvga.bin skip=12 count=1**\ Then do (and record the output):\ -**$ ./intelvbttool runningvga.bin > intelvbttool\_out** + $ ./intelvbttool runningvga.bin > intelvbttool\_out Backup both files (runningvga.bin and intelvbttool\_out), renaming them to match the system and LCD panel used. |