From 2585bce26468fc1b92e6196299bb9e4f801a94f5 Mon Sep 17 00:00:00 2001 From: Matthew Miller Date: Oct 17 2015 17:00:12 +0000 Subject: 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. --- 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