From 29181aa376f16d4854c29480273c54107b9bb7f4 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Fri, 11 Sep 2015 09:17:49 -0400 Subject: [PATCH] cloud-base: workaround issue where langs are not getting installed. Workaround BZ1262040 by removing the --instLangs arg from the %packages line and rely on our previous hack to manually remove langs after install. This fixes BZ1261249. Signed-off-by: Kushal Das --- fedora-cloud-base.ks | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/fedora-cloud-base.ks b/fedora-cloud-base.ks index 01b4791..29fb800 100644 --- a/fedora-cloud-base.ks +++ b/fedora-cloud-base.ks @@ -52,7 +52,12 @@ reboot # Package list. # FIXME: instLangs does not work, so there's a hack below # (see https://bugzilla.redhat.com/show_bug.cgi?id=1051816) -%packages --instLangs=en +# FIXME: instLangs bug has been fixed but now having instLangs +# with an arg causes no langs to get installed because of BZ1262040 +# which yields the errors in BZ1261249. For now fix by not using +# --instLangs at all +#%packages --instLangs=en +%packages kernel-core @^cloud-server-environment