[Fedora-spins] [spin-kickstarts] make sure authoconfig is installed so anaconda does not puke

Dennis Gilmore ausil at fedoraproject.org
Thu Jun 12 22:37:40 UTC 2014


commit 2b7bfc67a58010badf53c57fc82f372cb33b1620
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Thu Jun 12 17:37:18 2014 -0500

    make sure authoconfig is installed so anaconda does not puke

 fedora-cloud-experimental.ks |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/fedora-cloud-experimental.ks b/fedora-cloud-experimental.ks
index 575d67b..63fd16a 100644
--- a/fedora-cloud-experimental.ks
+++ b/fedora-cloud-experimental.ks
@@ -54,6 +54,9 @@ syslinux-extlinux
 tar
 rsync
 
+# anaconda needs authconfig to be installed into the image to setup some things
+authconfig
+
 # Some things from @core we can do without in a minimal install
 -biosdevname
 -plymouth
@@ -62,7 +65,6 @@ rsync
 -kbd
 -uboot-tools
 -kernel
--authconfig
 -firewalld
 
 %end


More information about the spins mailing list