From b3fb31634677e11b0a2601f61555d3d6ef4a3f54 Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Mon, 16 Oct 2023 19:29:40 +0200 Subject: [PATCH] cli-patch: don't ask about desktop/server builds during patch rewrite/to-git - add to-do for real fix later --- lib/functions/cli/cli-patch.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/functions/cli/cli-patch.sh b/lib/functions/cli/cli-patch.sh index e75d65ecc8..a1f76fba77 100644 --- a/lib/functions/cli/cli-patch.sh +++ b/lib/functions/cli/cli-patch.sh @@ -31,8 +31,9 @@ function cli_patch_kernel_run() { declare -g FAST_ARCHEOLOGY=yes # do archeology, but only for the exact path we need. declare -g KERNEL_CONFIGURE=no # no menuconfig declare -g RELEASE="${RELEASE:-"jammy"}" # or whatever, not relevant, just fool the configuration + declare -g BUILD_DESKTOP="no" # config would ask for this otherwise, just fool the configuration - # initialize the config + # initialize the config # @TODO: rpardini: switch this to prep_conf_main_minimal_ni() prep_conf_main_build_single #