mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-08 09:24:22 +00:00
18428f225b
Compressed RAM as a swap is faster than disk. This makes most machines more interactive when under low memory pressure, and, combined with no disk-backed swap, reduces wear and tear on "flash" storage with limited number of writes.
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=plain --noswap
|
|
|
|
%packages
|
|
-initial-setup
|
|
-initial-setup-gui
|
|
|
|
%end
|
|
|
|
%post
|
|
|
|
%end
|