This is an automated email from the git hooks/post-receive script.
kevin pushed a commit to branch master
in repository fedora-kickstarts.
The following commit(s) were added to refs/heads/master by this push:
new fea3820 Revert "Enable zram-swap on all the workstation installations"
fea3820 is described below
commit fea3820100cf48f0307def88a792f66dd93ecd0d
Author: Kevin Fenzi <kevin(a)scrye.com>
AuthorDate: Sat Jul 20 08:46:47 2019 -0700
Revert "Enable zram-swap on all the workstation installations"
This reverts commit 18428f225b1121c8ad63f99c3715445ba9bc87f3.
---
fedora-disk-workstation.ks | 2 +-
fedora-workstation-common.ks | 2 --
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/fedora-disk-workstation.ks b/fedora-disk-workstation.ks
index ff56da1..488bbd0 100644
--- a/fedora-disk-workstation.ks
+++ b/fedora-disk-workstation.ks
@@ -4,7 +4,7 @@
bootloader --append="cma=256MB"
-services --enabled=sshd,NetworkManager,chronyd
+services --enabled=sshd,NetworkManager,chronyd,zram-swap
autopart --type=plain --noswap
diff --git a/fedora-workstation-common.ks b/fedora-workstation-common.ks
index ae5e76d..f77620f 100644
--- a/fedora-workstation-common.ks
+++ b/fedora-workstation-common.ks
@@ -25,6 +25,4 @@
-gfs2-utils
-reiserfs-utils
-services --enabled=zram-swap
-
%end
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.