mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-09 09:54:21 +00:00
3fe657c2fe
This reverts commit 53584f236d
.
Now we have things working again we want to give this another go in
rawhide. So, revert the revert you revert.
14 lines
215 B
Plaintext
14 lines
215 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
|
|
gnome-initial-setup
|
|
anaconda-webui
|
|
|
|
%end
|