[Fedora-spins] [spin-kickstarts/f21] atomic: Drop package deinstallation

Matthew Miller mattdm at fedoraproject.org
Fri Nov 7 03:41:57 UTC 2014


commit b69402e4b4b7465e32d087e87f7e96f2e9a3ffde
Author: Colin Walters <walters at verbum.org>
Date:   Thu Nov 6 20:34:38 2014 -0500

    atomic: Drop package deinstallation
    
    This isn't supported; at the moment the tree has authconfig and
    linux-firmware, but not firewalld.

 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 1c4d959..5b3a62b 100644
--- a/fedora-cloud-atomic.ks
+++ b/fedora-cloud-atomic.ks
@@ -81,20 +81,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