This is an automated email from the git hooks/post-receive script.
kevin pushed a commit to branch main in repository fedora-kickstarts.
The following commit(s) were added to refs/heads/main by this push: new 58c856a Revert "Revert "Turn on anaconda-webui for workstation"" 58c856a is described below
commit 58c856ae882a93362f025b4efae143fbd778edc9 Author: Kevin Fenzi kevin@scrye.com AuthorDate: Tue Aug 22 18:02:23 2023 -0700
Revert "Revert "Turn on anaconda-webui for workstation""
This reverts commit 53584f236d8e8cd24d5d2a116295ede5e55bee6d.
Now we have things working again we want to give this another go in rawhide. So, revert the revert you revert. --- fedora-disk-workstation.ks | 2 ++ fedora-live-workstation.ks | 5 +++++ 2 files changed, 7 insertions(+)
diff --git a/fedora-disk-workstation.ks b/fedora-disk-workstation.ks index b7805f0..f0105f7 100644 --- a/fedora-disk-workstation.ks +++ b/fedora-disk-workstation.ks @@ -7,5 +7,7 @@ autopart --type=btrfs --noswap %packages -initial-setup -initial-setup-gui +gnome-initial-setup +anaconda-webui
%end diff --git a/fedora-live-workstation.ks b/fedora-live-workstation.ks index 9cb5073..7614eac 100644 --- a/fedora-live-workstation.ks +++ b/fedora-live-workstation.ks @@ -12,6 +12,11 @@
part / --size 7750
+%packages +gnome-initial-setup +anaconda-webui +%end + %post
# set livesys session type