diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-03-17 23:04:16 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-03-17 23:04:16 -0700 |
commit | 29610c6f3b1b1e78ae7cec11b41368fe9d76c6ed (patch) | |
tree | 18a7c799c326e9a0a732703f0250b91687033b62 /docs/hcl/gm45_remove_me.md | |
parent | 556205fc197ee1ef0f77ed382ac9f9ec57068ccf (diff) | |
download | librebootfr-29610c6f3b1b1e78ae7cec11b41368fe9d76c6ed.tar.gz librebootfr-29610c6f3b1b1e78ae7cec11b41368fe9d76c6ed.zip |
Begin descent from weird command line syntax
Diffstat (limited to 'docs/hcl/gm45_remove_me.md')
-rw-r--r-- | docs/hcl/gm45_remove_me.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/hcl/gm45_remove_me.md b/docs/hcl/gm45_remove_me.md index 41288307..19719476 100644 --- a/docs/hcl/gm45_remove_me.md +++ b/docs/hcl/gm45_remove_me.md @@ -41,7 +41,7 @@ factory.bin dump. ich9gen executables can be found under ./ich9deblob/ statically compiled in libreboot\_util. If you are using src or git, build ich9gen from source with:\ -$ **./oldbuild module ich9deblob**\ +$ ./oldbuild module ich9deblob The executable will appear under resources/utilities/ich9deblob/ Run:\ @@ -71,7 +71,7 @@ On GM45 laptops that use flash descriptors, the MAC address or the onboard ethernet chipset is flashed (inside the ROM image). You should generate a descriptor+gbe image with your own MAC address inside (with the Gbe checksum updated to match). Run:\ -$ **./ich9gen \--macaddress XX:XX:XX:XX:XX:XX**\ +$ ./ich9gen \--macaddress XX:XX:XX:XX:XX:XX (replace the XX chars with the hexadecimal chars in the MAC address that you want) @@ -166,7 +166,7 @@ If you are working with libreboot\_src (or git), you can find the source under resources/utilities/ich9deblob/ and will already be compiled if you ran **./oldbuild module all** or **./oldbuild module ich9deblob** from the main directory (./), otherwise you can build it like so:\ -$ **./oldbuild module ich9deblob**\ +$ ./oldbuild module ich9deblob An executable file named **ich9deblob** will now appear under resources/utilities/ich9deblob/ |