forked from srbala/fedora-kickstarts
e7575bafcd
The zram package and its zram-swap service are obsoleted as part of the swaponzram change. https://fedoraproject.org/wiki/Changes/SwapOnZRAM Signed-off-by: Chris Murphy <chrismurphy@fedoraproject.org>
18 lines
233 B
Plaintext
18 lines
233 B
Plaintext
%include fedora-disk-base.ks
|
|
%include fedora-disk-xbase.ks
|
|
%include fedora-xfce-common.ks
|
|
|
|
bootloader --append="cma=192MB"
|
|
|
|
services --enabled=sshd,NetworkManager,chronyd
|
|
|
|
autopart --type=btrfs --noswap
|
|
|
|
%packages
|
|
|
|
%end
|
|
|
|
%post
|
|
|
|
%end
|