eac92c0336
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>
18 lines
232 B
Plaintext
18 lines
232 B
Plaintext
%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
|