From 70bc63bb9d19fa75e4d5f4d81f8d4445938c53f7 Mon Sep 17 00:00:00 2001 From: WuXie Date: Fri, 27 Mar 2026 09:46:18 +0800 Subject: [PATCH] docs: normalize build-manual version placeholder token --- docs/variants/asrock_spc741d8/building-manual.md | 4 ++-- docs/variants/gigabyte_mz33-ar1/building-manual.md | 4 ++-- docs/variants/hardkernel_odroid_h4/building-manual.md | 6 +++--- docs/variants/qemu_q35/building-manual.md | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/variants/asrock_spc741d8/building-manual.md b/docs/variants/asrock_spc741d8/building-manual.md index bf7208c859..faab610f81 100644 --- a/docs/variants/asrock_spc741d8/building-manual.md +++ b/docs/variants/asrock_spc741d8/building-manual.md @@ -29,7 +29,7 @@ then follow the steps below: ```bash cd coreboot - git checkout asrock_spc741d8_ + git checkout asrock_spc741d8_VERSION_TAG ``` For example @@ -45,4 +45,4 @@ then follow the steps below: ``` The resulting coreboot image will be placed in the coreboot directory as - `asrock_spc741d8_.rom`. + `asrock_spc741d8_VERSION_TAG.rom`. diff --git a/docs/variants/gigabyte_mz33-ar1/building-manual.md b/docs/variants/gigabyte_mz33-ar1/building-manual.md index e5edbe7752..44b9fee572 100644 --- a/docs/variants/gigabyte_mz33-ar1/building-manual.md +++ b/docs/variants/gigabyte_mz33-ar1/building-manual.md @@ -29,7 +29,7 @@ then follow the steps below: ```bash cd coreboot - git checkout gigabyte_mz33_ar1_ + git checkout gigabyte_mz33_ar1_VERSION_TAG ``` For example @@ -45,4 +45,4 @@ then follow the steps below: ``` The resulting coreboot image will be placed in the coreboot directory as - `gigabyte_mz33_ar1_.rom`. + `gigabyte_mz33_ar1_VERSION_TAG.rom`. diff --git a/docs/variants/hardkernel_odroid_h4/building-manual.md b/docs/variants/hardkernel_odroid_h4/building-manual.md index 70f8e4e895..afb5b7d94d 100644 --- a/docs/variants/hardkernel_odroid_h4/building-manual.md +++ b/docs/variants/hardkernel_odroid_h4/building-manual.md @@ -27,7 +27,7 @@ then follow the steps below: ```bash cd coreboot - git checkout hardkernel_odroid_h4_ + git checkout hardkernel_odroid_h4_VERSION_TAG ``` For example @@ -49,7 +49,7 @@ then follow the steps below: ``` The resulting coreboot image will be placed in the coreboot directory as - `hardkernel_odroid_h4_.rom`. + `hardkernel_odroid_h4_VERSION_TAG.rom`. ## Building Slim Bootloader @@ -67,7 +67,7 @@ then follow the steps below: Skip this step otherwise. ```bash - git checkout hardkernel_odroid_h4_ + git checkout hardkernel_odroid_h4_VERSION_TAG ``` For example diff --git a/docs/variants/qemu_q35/building-manual.md b/docs/variants/qemu_q35/building-manual.md index d3ae118458..60ba889a5d 100644 --- a/docs/variants/qemu_q35/building-manual.md +++ b/docs/variants/qemu_q35/building-manual.md @@ -50,7 +50,7 @@ Compile: ``` The resulting coreboot image will be placed in the current directory as -`qemu_q35_.rom`. +`qemu_q35_VERSION_TAG.rom`. > To build a QEMU image with all features and menus enabled, invoke: >