[Fedora-spins] [spin-kickstarts] don't include and remove firewalld -- anaconda can now handle that

Matthew Miller mattdm at fedoraproject.org
Mon Jun 2 18:53:47 UTC 2014


commit e8e1e59fb08b60c0443eb63e57bf14514d2d03ab
Author: Matthew Miller <mattdm at mattdm.org>
Date:   Mon Jun 2 14:51:48 2014 -0400

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

 fedora-cloud-experimental.ks |   10 ++--------
 1 files changed, 2 insertions(+), 8 deletions(-)
---
diff --git a/fedora-cloud-experimental.ks b/fedora-cloud-experimental.ks
index 2ce3081..575d67b 100644
--- a/fedora-cloud-experimental.ks
+++ b/fedora-cloud-experimental.ks
@@ -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."


More information about the spins mailing list