1
1
mirror of https://pagure.io/fedora-kickstarts.git synced 2024-09-26 16:37:23 +00:00

Add fedora-disk-xfce.ks to f31

This commit is contained in:
Paul Whalen 2019-08-14 12:02:25 -04:00
parent 64ea370c8b
commit c90b3081b7

17
fedora-disk-xfce.ks Normal file
View File

@ -0,0 +1,17 @@
%include fedora-disk-base.ks
%include fedora-disk-xbase.ks
%include fedora-xfce-common.ks
bootloader --append="cma=192MB"
services --enabled=sshd,NetworkManager,chronyd,zram-swap
autopart --type=plain --noswap
%packages
%end
%post
%end