[Fedora-spins] [spin-kickstarts] atomic: No need to strip out packages post-install

Colin Walters walters at fedoraproject.org
Mon Jul 21 18:18:12 UTC 2014


commit 56085be1db4721ddbf94e7f766f9389e69060c99
Author: Colin Walters <walters at verbum.org>
Date:   Mon Jul 21 14:08:46 2014 -0400

    atomic: No need to strip out packages post-install
    
    Anaconda doesn't require firewalld at least anymore, and in any case
    we can't strip packages from the tree.

 fedora-cloud-atomic.ks |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)
---
diff --git a/fedora-cloud-atomic.ks b/fedora-cloud-atomic.ks
index 77a6f6b..8dd6e35 100644
--- a/fedora-cloud-atomic.ks
+++ b/fedora-cloud-atomic.ks
@@ -47,20 +47,6 @@ echo -n "Disabling persistent journal"
 rmdir /var/log/journal/ 
 echo . 
 
-# this is installed by default but we don't need it in virt
-echo "Removing linux-firmware package."
-yum -C -y remove linux-firmware
-
-# Remove firewalld; was supposed to be optional in F18+, but is required to
-# be present for install/image building.
-echo "Removing firewalld."
-yum -C -y remove firewalld --setopt="clean_requirements_on_remove=1"
-
-# Another one needed at install time but not after that, and it pulls
-# in some unneeded deps (like, newt and slang)
-echo "Removing authconfig."
-yum -C -y remove authconfig --setopt="clean_requirements_on_remove=1"
-
 echo -n "Getty fixes"
 # although we want console output going to the serial console, we don't
 # actually have the opportunity to login there. FIX.


More information about the spins mailing list