mirror of
https://pagure.io/fedora-kickstarts.git
synced 2026-01-23 16:36:04 +08:00
Add zram package and enable initial support
As part of the ZRAM on ARM feature add support and enable zram service. https://fedoraproject.org/wiki/Changes/ZRAMforARMimages Signed-off-by: Peter Robinson <pbrobinson@fedoraproject.org>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
%include fedora-disk-base.ks
|
||||
%include fedora-minimal-common.ks
|
||||
|
||||
services --enabled=sshd,NetworkManager,chronyd,initial-setup
|
||||
services --enabled=sshd,NetworkManager,chronyd,initial-setup,zram-swap
|
||||
|
||||
autopart --type=plain
|
||||
autopart --type=plain --noswap
|
||||
|
||||
%packages
|
||||
-xkeyboard-config
|
||||
|
||||
Reference in New Issue
Block a user