#1047 Disable anaconda-webui for Fedora 41
Merged 7 months ago by kevin. Opened 7 months ago by adamwill.
adamwill/fedora-kickstarts f41-webui-revert  into  f41

@@ -7,7 +7,5 @@ 

  %packages

  -initial-setup

  -initial-setup-gui

- gnome-initial-setup

- anaconda-webui

  

  %end

@@ -12,11 +12,6 @@ 

  

  part / --size 8192

  

- %packages

- gnome-initial-setup

- anaconda-webui

- %end

- 

  %post

  

  # set livesys session type

As per the plan:
https://fedoraproject.org/wiki/Changes/AnacondaWebUIforFedoraWorkstation
is targeted for F42, and we always intended to disable it on F41
right after branching.

Pull-Request has been merged by kevin

7 months ago

Why was gnome-initial-setup removed? We use that in either case.

It's in comps gnome-desktop. It wasn't really necessary to add it here when enabling webui, but I guess they felt it was more 'correct'. You can go back and find the commit that enables webui, and see that this is the inverse of it.