From 12f56ad78cb6c09eeae089efeceefd7d247f6b89 Mon Sep 17 00:00:00 2001 From: Kreyren Date: Wed, 1 Feb 2023 22:19:12 +0000 Subject: [PATCH] boards/README: Document SKIP_ARMBIAN_REPO [cherry-pick] See ./lib/functions/rootfs/distro-specific.sh --- config/boards/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/boards/README.md b/config/boards/README.md index 819180d441..7764009522 100644 --- a/config/boards/README.md +++ b/config/boards/README.md @@ -55,6 +55,10 @@ If you are unsure about the documentation then invoke `$ grep -r -A5 -B5 "BUILD_ - **MODULES_BLACKLIST_EDGE** ( space-separated list of kernel modules ): appends modules to the kernel's blacklist/deny list for **edge** kernel - **SERIALCON** ( comma-separated list of terminal interfaces [:bandwidth] ): declares which serial console should be used on the system - Example: `ttyS0:15000000,ttyGS1` +- **SKIP_ARMBIAN_REPO** ( boolean ): Whether to include the armbian repository in the built image + - Values: + - yes: Include (default) + - no: Do NO include - **HAS_VIDEO_OUTPUT** ( boolean ): defines whether the system has video output such as eye candy, bootsplash, etc.. - Values: - yes: Enable video-related configuration