mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-10 18:24:20 +00:00
75ad9f7fdb
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.
12 lines
180 B
Plaintext
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
|