From 2da8d8d1b13ea277e36a2d7134d99024d838282e Mon Sep 17 00:00:00 2001 From: WuXie Date: Fri, 27 Mar 2026 09:45:51 +0800 Subject: [PATCH] docs: normalize docker-shell command snippets in build manuals --- docs/variants/asus_kgpe_d16/building-manual.md | 6 +++--- docs/variants/talos_2/building-manual.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/variants/asus_kgpe_d16/building-manual.md b/docs/variants/asus_kgpe_d16/building-manual.md index ab2fcb7312..ec70e354fd 100644 --- a/docs/variants/asus_kgpe_d16/building-manual.md +++ b/docs/variants/asus_kgpe_d16/building-manual.md @@ -29,9 +29,9 @@ To build coreboot image, follow the steps below: 4. Inside of the container, configure and start the build process: ```bash - (docker)cp configs/config.asus_kgpe_d16_ .config - (docker)make olddefconfig - (docker)make + cp configs/config.asus_kgpe_d16_ .config + make olddefconfig + make ``` This will produce a debug binary placed in `build/coreboot.rom` for a 2MB flash diff --git a/docs/variants/talos_2/building-manual.md b/docs/variants/talos_2/building-manual.md index 35b66a9ad3..9aed5dd5ca 100644 --- a/docs/variants/talos_2/building-manual.md +++ b/docs/variants/talos_2/building-manual.md @@ -30,9 +30,9 @@ To build coreboot image, follow the steps below: 1. Inside of the container, configure and start the build process: ```bash - (docker)cp configs/config.raptor-cs-talos-2 .config - (docker)make olddefconfig - (docker)make + cp configs/config.raptor-cs-talos-2 .config + make olddefconfig + make ``` ## Building heads