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>
20 lines
274 B
Plaintext
20 lines
274 B
Plaintext
%include fedora-disk-base.ks
|
|
%include fedora-disk-xbase.ks
|
|
%include fedora-workstation-common.ks
|
|
|
|
bootloader --append="cma=256MB"
|
|
|
|
services --enabled=sshd,NetworkManager,chronyd
|
|
|
|
autopart --type=btrfs --noswap
|
|
|
|
%packages
|
|
-initial-setup
|
|
-initial-setup-gui
|
|
|
|
%end
|
|
|
|
%post
|
|
|
|
%end
|