Paul Menzel has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/35729 )
Change subject: util/chromeos: Indent code blocks instead of using ``` ......................................................................
util/chromeos: Indent code blocks instead of using ```
This uses less lines, is the original Markdown syntax, and for short blocks bette readable.
Change-Id: Id96ad0f65980dfb943eef3cde5626d56f97622f9 Signed-off-by: Paul Menzel pmenzel@molgen.mpg.de --- M util/chromeos/README.md 1 file changed, 10 insertions(+), 13 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/29/35729/1
diff --git a/util/chromeos/README.md b/util/chromeos/README.md index 0b9a7d7..964c6c5 100644 --- a/util/chromeos/README.md +++ b/util/chromeos/README.md @@ -11,14 +11,13 @@ extracts the firmware images from the shell archive.
To download all Chrome OS firmware images, run -``` -$ ./crosfirmware.sh -``` + + $ ./crosfirmware.sh +
To download, e.g. the Panther firmware image, run -``` -$ ./crosfirmware.sh panther -``` + + $ ./crosfirmware.sh panther
## extract_blobs.sh
@@ -33,12 +32,10 @@ compatible format.
Usage: -``` -$ ./gen_test_hwid.sh BOARD_NAME -``` + + $ ./gen_test_hwid.sh BOARD_NAME
Example: -``` -$ ./gen_test_hwid.sh Kukui -KUKUI TEST 9847 -``` + + $ ./gen_test_hwid.sh Kukui + KUKUI TEST 9847
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35729 )
Change subject: util/chromeos: Indent code blocks instead of using ``` ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/35729/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/35729/1//COMMIT_MSG@10 PS1, Line 10: bette Typo! :D
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/35729
to look at the new patch set (#2).
Change subject: util/chromeos: Indent code blocks instead of using ``` ......................................................................
util/chromeos: Indent code blocks instead of using ```
This uses less lines, is the original Markdown syntax, and for short blocks better readable.
Change-Id: Id96ad0f65980dfb943eef3cde5626d56f97622f9 Signed-off-by: Paul Menzel pmenzel@molgen.mpg.de --- M util/chromeos/README.md 1 file changed, 10 insertions(+), 13 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/29/35729/2
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35729 )
Change subject: util/chromeos: Indent code blocks instead of using ``` ......................................................................
Patch Set 2:
(1 comment)
https://review.coreboot.org/c/coreboot/+/35729/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/35729/1//COMMIT_MSG@10 PS1, Line 10: bette
Typo! :D
Done
Paul Menzel has removed build bot (Jenkins) from this change. ( https://review.coreboot.org/c/coreboot/+/35729 )
Change subject: util/chromeos: Indent code blocks instead of using ``` ......................................................................
Removed reviewer build bot (Jenkins) with the following votes:
* Verified+1 by build bot (Jenkins) no-reply@coreboot.org
Paul Menzel has removed Angel Pons from this change. ( https://review.coreboot.org/c/coreboot/+/35729 )
Change subject: util/chromeos: Indent code blocks instead of using ``` ......................................................................
Removed reviewer Angel Pons.
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35729 )
Change subject: util/chromeos: Indent code blocks instead of using ``` ......................................................................
Patch Set 2: Code-Review+2
Patrick Georgi has submitted this change. ( https://review.coreboot.org/c/coreboot/+/35729 )
Change subject: util/chromeos: Indent code blocks instead of using ``` ......................................................................
util/chromeos: Indent code blocks instead of using ```
This uses less lines, is the original Markdown syntax, and for short blocks better readable.
Change-Id: Id96ad0f65980dfb943eef3cde5626d56f97622f9 Signed-off-by: Paul Menzel pmenzel@molgen.mpg.de Reviewed-on: https://review.coreboot.org/c/coreboot/+/35729 Reviewed-by: Patrick Georgi pgeorgi@google.com Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M util/chromeos/README.md 1 file changed, 10 insertions(+), 13 deletions(-)
Approvals: build bot (Jenkins): Verified Patrick Georgi: Looks good to me, approved
diff --git a/util/chromeos/README.md b/util/chromeos/README.md index 0b9a7d7..964c6c5 100644 --- a/util/chromeos/README.md +++ b/util/chromeos/README.md @@ -11,14 +11,13 @@ extracts the firmware images from the shell archive.
To download all Chrome OS firmware images, run -``` -$ ./crosfirmware.sh -``` + + $ ./crosfirmware.sh +
To download, e.g. the Panther firmware image, run -``` -$ ./crosfirmware.sh panther -``` + + $ ./crosfirmware.sh panther
## extract_blobs.sh
@@ -33,12 +32,10 @@ compatible format.
Usage: -``` -$ ./gen_test_hwid.sh BOARD_NAME -``` + + $ ./gen_test_hwid.sh BOARD_NAME
Example: -``` -$ ./gen_test_hwid.sh Kukui -KUKUI TEST 9847 -``` + + $ ./gen_test_hwid.sh Kukui + KUKUI TEST 9847