From 197fa6c0eaa93d878fa8fd2d8c0f91dbb8370d28 Mon Sep 17 00:00:00 2001 From: Igor Date: Mon, 10 Feb 2025 07:58:10 +0100 Subject: [PATCH] Update Process_CI.md --- docs/Process_CI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Process_CI.md b/docs/Process_CI.md index 0c0d4891..9764c9ea 100644 --- a/docs/Process_CI.md +++ b/docs/Process_CI.md @@ -43,7 +43,7 @@ Section | Condition | | standard-support-headless | HAS_VIDEO_OUTPUT = no | | standard-support-riscv64 | ARCH = riscv64 | -Example: if you want automated images without a desktop, add HAS_VIDEO_OUTPUT to no in board config file. Automation will build Ubuntu servern and Debian minimal. +Example: if you want automated images without a desktop, add `HAS_VIDEO_OUTPUT=no` in board config file. Automation will only build two CLI images, Ubuntu server and Debian minimal. Which is suitable for hardware that will most likely be used headless. ### Blacklisting