don't include and remove firewalld -- anaconda can now handle that

This commit is contained in:
Matthew Miller 2014-06-02 14:51:48 -04:00
parent 26cce5f5dc
commit e8e1e59fb0
1 changed files with 2 additions and 8 deletions

View File

@ -50,9 +50,6 @@ dracut-config-generic
syslinux-extlinux
# Needed initially, but removed below.
firewalld
# cherry-pick a few things from @standard
tar
rsync
@ -65,6 +62,8 @@ rsync
-kbd
-uboot-tools
-kernel
-authconfig
-firewalld
%end
@ -120,11 +119,6 @@ echo .
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."