mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-12-06 11:39:40 +08:00
Remove references to zram and zram-swap
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>
This commit is contained in:
@@ -11,7 +11,7 @@ part /boot --size=512 --fstype ext4 --asprimary
|
||||
# make sure that initial-setup runs and lets us do all the configuration bits
|
||||
firstboot --reconfig
|
||||
|
||||
services --enabled=sshd,NetworkManager,avahi-daemon,chronyd,initial-setup,zram-swap
|
||||
services --enabled=sshd,NetworkManager,avahi-daemon,chronyd,initial-setup
|
||||
|
||||
%include fedora-repo.ks
|
||||
|
||||
@@ -19,7 +19,6 @@ services --enabled=sshd,NetworkManager,avahi-daemon,chronyd,initial-setup,zram-s
|
||||
@core
|
||||
@standard
|
||||
@hardware-support
|
||||
zram
|
||||
|
||||
kernel
|
||||
# remove this in %post
|
||||
|
||||
Reference in New Issue
Block a user