1
1
mirror of https://pagure.io/fedora-kickstarts.git synced 2024-09-19 06:27:21 +00:00
fedora-kickstarts/fedora-disk-workstation.ks
Adam Williamson 75ad9f7fdb Revert "Revert "Revert "Turn on anaconda-webui for workstation"""
This reverts commit 3fe657c2fe.
It's the rare triple reversion! FESCo has decided to invoke the
contingency plan for
https://fedoraproject.org/wiki/Changes/AnacondaWebUIforFedoraWorkstation
and push the webUI out to Fedora 40, so we need to turn it off
again for Fedora 39.
2023-09-12 11:03:52 -07:00

12 lines
180 B
Plaintext

%include fedora-disk-base.ks
%include fedora-disk-xbase.ks
%include fedora-workstation-common.ks
autopart --type=btrfs --noswap
%packages
-initial-setup
-initial-setup-gui
%end