From 1469fdad98b40fedd9300f644a29ee85bd2e7997 Mon Sep 17 00:00:00 2001 From: Werner Date: Tue, 15 Apr 2025 06:56:25 +0000 Subject: [PATCH] add `BUILD_DESKTOP` to fully automate example config --- config/templates/config-example.conf.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/templates/config-example.conf.template b/config/templates/config-example.conf.template index c5f42b5e28..a5d9d87e6d 100644 --- a/config/templates/config-example.conf.template +++ b/config/templates/config-example.conf.template @@ -12,8 +12,8 @@ RELEASE=bookworm # Use Debian Bookworm userspace KERNEL_CONFIGURE=no # skip dialog prompt for adjusting the Linux kernel configuration INSTALL_HEADERS=yes # Install Linux kernel headers while building. Can be useful for 3rd party drivers SHARE_LOGS=yes # Upload logs to Armbian's paste service to share with developers -BUILD_MINIMAL=no # Install common CLI utils while building - +BUILD_DESKTOP=no # Do not install a graphical desktop environment +BUILD_MINIMAL=no # Install common CLI utils # advanced