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.
This commit is contained in:
Colin Walters 2014-07-21 14:08:46 -04:00
parent ceba259b5a
commit 56085be1db
1 changed files with 0 additions and 14 deletions

View File

@ -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.