From 133321c403b38b7b3696aae6f15225ae79ff124e Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Sat, 23 Sep 2023 20:38:37 -0400 Subject: [PATCH] config.sh: Don't configure Anaconda Initial Setup on GNOME GNOME provides its own Initial Setup wizard, and we want it to use that. Additionally, ensure that we never run this logic for KDE either, since we provide a Calamares-based firstboot for KDE. --- config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sh b/config.sh index fd6db9f..55a7991 100755 --- a/config.sh +++ b/config.sh @@ -72,7 +72,7 @@ mkdir -p /var/log/journal if [[ "$kiwi_profiles" == *"KDE"* ]]; then ## Enable calamares systemctl enable calamares-firstboot.service -else +elif [[ "$kiwi_profiles" != *"GNOME"* ]] && [[ "$kiwi_profiles" != *"KDE"* ]]; then ## Enable initial-setup systemctl enable initial-setup.service ## Enable reconfig mode