From fea3820100cf48f0307def88a792f66dd93ecd0d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 20 Jul 2019 08:46:47 -0700 Subject: [PATCH] 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