mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-06 11:39:40 +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:
@@ -14,7 +14,7 @@ timezone US/Eastern
|
||||
auth --useshadow --passalgo=sha512
|
||||
selinux --enforcing
|
||||
firewall --enabled --service=mdns
|
||||
services --enabled=sshd,NetworkManager,chronyd
|
||||
services --enabled=sshd,NetworkManager,chronyd,zram-swap
|
||||
network --bootproto=dhcp --device=link --activate
|
||||
rootpw --lock --iscrypted locked
|
||||
shutdown
|
||||
@@ -33,6 +33,7 @@ firstboot --reconfig
|
||||
@core
|
||||
@standard
|
||||
@hardware-support
|
||||
zram
|
||||
|
||||
kernel
|
||||
# remove this in %post
|
||||
|
||||
Reference in New Issue
Block a user