Add Fedora KDE disk image kickstart

This is used for producing the AArch64 disk image of Fedora KDE.

Reference: https://fedoraproject.org/wiki/Changes/AArch64_KDE_Plasma_Desktop_image

Signed-off-by: Neal Gompa <ngompa13@gmail.com>
This commit is contained in:
Neal Gompa 2020-12-06 20:31:54 -05:00
parent bfb6fe2e2a
commit eac92c0336
1 changed files with 17 additions and 0 deletions

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

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