mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-06 11:39:40 +08:00
This reverts commit ce5b31416f.
The anaconda update with the webUI changes is failing tests,
and we do not have time to resolve this right away. We can't
leave this in place without also pushing the anaconda update
stable and adjusting the openQA tests, so let's revert it for
now so tests pass on other updates, until we can come back and
clean up the webUI stuff tomorrow.
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
|