From b69402e4b4b7465e32d087e87f7e96f2e9a3ffde Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 6 Nov 2014 20:34:38 -0500 Subject: [PATCH] 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 file changed, 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.