Skip to content

Commit 70bc63b

Browse files
author
WuXie
committed
docs: normalize build-manual version placeholder token
1 parent a6a9f58 commit 70bc63b

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/variants/asrock_spc741d8/building-manual.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ then follow the steps below:
2929

3030
```bash
3131
cd coreboot
32-
git checkout asrock_spc741d8_<version>
32+
git checkout asrock_spc741d8_VERSION_TAG
3333
```
3434

3535
For example
@@ -45,4 +45,4 @@ then follow the steps below:
4545
```
4646

4747
The resulting coreboot image will be placed in the coreboot directory as
48-
`asrock_spc741d8_<version>.rom`.
48+
`asrock_spc741d8_VERSION_TAG.rom`.

docs/variants/gigabyte_mz33-ar1/building-manual.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ then follow the steps below:
2929

3030
```bash
3131
cd coreboot
32-
git checkout gigabyte_mz33_ar1_<version>
32+
git checkout gigabyte_mz33_ar1_VERSION_TAG
3333
```
3434

3535
For example
@@ -45,4 +45,4 @@ then follow the steps below:
4545
```
4646

4747
The resulting coreboot image will be placed in the coreboot directory as
48-
`gigabyte_mz33_ar1_<version>.rom`.
48+
`gigabyte_mz33_ar1_VERSION_TAG.rom`.

docs/variants/hardkernel_odroid_h4/building-manual.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ then follow the steps below:
2727

2828
```bash
2929
cd coreboot
30-
git checkout hardkernel_odroid_h4_<version>
30+
git checkout hardkernel_odroid_h4_VERSION_TAG
3131
```
3232

3333
For example
@@ -49,7 +49,7 @@ then follow the steps below:
4949
```
5050

5151
The resulting coreboot image will be placed in the coreboot directory as
52-
`hardkernel_odroid_h4_<version>.rom`.
52+
`hardkernel_odroid_h4_VERSION_TAG.rom`.
5353

5454
## Building Slim Bootloader
5555

@@ -67,7 +67,7 @@ then follow the steps below:
6767
Skip this step otherwise.
6868
6969
```bash
70-
git checkout hardkernel_odroid_h4_<version>
70+
git checkout hardkernel_odroid_h4_VERSION_TAG
7171
```
7272
7373
For example

docs/variants/qemu_q35/building-manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Compile:
5050
```
5151

5252
The resulting coreboot image will be placed in the current directory as
53-
`qemu_q35_<version>.rom`.
53+
`qemu_q35_VERSION_TAG.rom`.
5454

5555
> To build a QEMU image with all features and menus enabled, invoke:
5656
>

0 commit comments

Comments
 (0)