mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-09 23:50:07 +00:00
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@gmail.com>
This commit is contained in:
parent
97fbfec937
commit
29181aa376
@ -52,7 +52,12 @@ reboot
|
|||||||
# Package list.
|
# Package list.
|
||||||
# FIXME: instLangs does not work, so there's a hack below
|
# FIXME: instLangs does not work, so there's a hack below
|
||||||
# (see https://bugzilla.redhat.com/show_bug.cgi?id=1051816)
|
# (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
|
kernel-core
|
||||||
@^cloud-server-environment
|
@^cloud-server-environment
|
||||||
|
Loading…
Reference in New Issue
Block a user