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>
11 lines
191 B
Plaintext
11 lines
191 B
Plaintext
%include fedora-disk-base.ks
|
|
%include fedora-minimal-common.ks
|
|
|
|
services --enabled=sshd,NetworkManager,chronyd,initial-setup
|
|
|
|
autopart --type=plain --noswap
|
|
|
|
%packages
|
|
-xkeyboard-config
|
|
%end
|