#39 config.sh: Don't configure Anaconda Initial Setup on GNOME
Merged 8 months ago by dcavalca. Opened 8 months ago by ngompa.

file modified
+1 -1
@@ -72,7 +72,7 @@ 

  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

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.

rebased onto 133321c

8 months ago

Pull-Request has been merged by dcavalca

8 months ago
Metadata