[Fedora-spins] [spin-kickstarts/f22] Remove the firewall line as it causes anaconda to add firewalld to the package set. revert back to f

Dennis Gilmore ausil at fedoraproject.org
Mon Mar 16 19:00:13 UTC 2015


commit 0959478eab9dc37d83d74545dfac9e4761c9f0f1
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Fri Mar 13 13:36:10 2015 -0500

    Remove the firewall line as it causes anaconda to add firewalld to the
    package set. revert back to fedora-release

 fedora-docker-base.ks |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/fedora-docker-base.ks b/fedora-docker-base.ks
index d638f69..c039c93 100644
--- a/fedora-docker-base.ks
+++ b/fedora-docker-base.ks
@@ -9,7 +9,6 @@ timezone --isUtc --nontp Etc/UTC
 rootpw --plaintext qweqwe
 
 keyboard us
-firewall --disable
 zerombr
 clearpart --all
 part / --size 3000 --fstype ext4
@@ -18,9 +17,7 @@ reboot
 
 %packages --excludedocs --instLangs=en --nocore
 bash
-# dnf is pulling in fedora-release-server on installs. so for now pull in a product release that
-# does not pull in extra deps and makes the image smaller
-fedora-release-cloud
+fedora-release
 rootfiles
 vim-minimal
 dnf


More information about the spins mailing list