From 72774fc6b0b461f1ee2c10f930c84e79940dbba3 Mon Sep 17 00:00:00 2001 From: Kushal Das Date: Thu, 15 Oct 2015 13:44:41 +0530 Subject: [PATCH 1/2] Fixes trac #128 Removes extra ifcfg file. --- fedora-cloud-base.ks | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fedora-cloud-base.ks b/fedora-cloud-base.ks index c57c68b..218e8a9 100644 --- a/fedora-cloud-base.ks +++ b/fedora-cloud-base.ks @@ -240,5 +240,8 @@ dd bs=1M if=/dev/zero of=/var/tmp/zeros || : rm -f /var/tmp/zeros echo "(Don't worry -- that out-of-space error was expected.)" +# For trac ticket https://fedorahosted.org/cloud/ticket/128 +rm -f /etc/sysconfig/network-scripts/ifcfg-ens3 + %end From 2585bce26468fc1b92e6196299bb9e4f801a94f5 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Sat, 17 Oct 2015 13:00:12 -0400 Subject: [PATCH 2/2] adds kbd,plymouth rpms back. We have had -kbd in the kickstart for a long time, but because of BZ#1199868 it wasn't actually getting excluded. Not having it causes systemd-vconsole-setup.service to fail so we are adding it back for now. Additionally we need to add back plymouth to cover up the subsequent failure of systemd-vconsole-setup.service. See BZ#1272684. --- fedora-cloud-base.ks | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/fedora-cloud-base.ks b/fedora-cloud-base.ks index 218e8a9..bb62285 100644 --- a/fedora-cloud-base.ks +++ b/fedora-cloud-base.ks @@ -67,10 +67,14 @@ kernel-core # Some things from @core we can do without in a minimal install -biosdevname --plymouth +# Need to also add back plymouth in order to mask failure of +# systemd-vconsole-setup.service. BZ#1272684. Comment out for now +#-plymouth -NetworkManager -iprutils --kbd +# Now that BZ#1199868 is fixed kbd really gets removed but it breaks +# systemd-vconsole-setup.service on boot. Comment out for now +#-kbd -uboot-tools -kernel