[Fedora-spins] [spin-kickstarts] cloud-base: workaround issue where langs are not getting installed.

Kushal Das kushal at fedoraproject.org
Mon Sep 14 21:16:04 UTC 2015


commit 29181aa376f16d4854c29480273c54107b9bb7f4
Author: Dusty Mabe <dusty at dustymabe.com>
Date:   Fri Sep 11 09:17:49 2015 -0400

    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 <kushaldas at gmail.com>

 fedora-cloud-base.ks |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
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


More information about the spins mailing list