mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-22 07:23:09 +00:00
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:
parent
bfb6fe2e2a
commit
eac92c0336
17
fedora-disk-kde.ks
Normal file
17
fedora-disk-kde.ks
Normal 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
|
Loading…
Reference in New Issue
Block a user