From 2b7bfc67a58010badf53c57fc82f372cb33b1620 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 12 Jun 2014 17:37:18 -0500 Subject: [PATCH] make sure authoconfig is installed so anaconda does not puke --- fedora-cloud-experimental.ks | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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