From e8de8a9ce382f035bdf5f0d8f67a3cb7ffbe04d0 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 29 Feb 2016 14:21:30 -0600 Subject: [PATCH] make sure that all the livecds and arm images have glibc-all-langpacks installed Signed-off-by: Dennis Gilmore --- fedora-arm-base.ks | 2 ++ fedora-live-base.ks | 2 ++ 2 files changed, 4 insertions(+) diff --git a/fedora-arm-base.ks b/fedora-arm-base.ks index 7adcfe8..59a8053 100644 --- a/fedora-arm-base.ks +++ b/fedora-arm-base.ks @@ -41,6 +41,8 @@ dracut-config-generic # install uboot images uboot-images-armv7 +# make sure all the locales are available for inital0-setup and anaconda to work +glibc-all-langpacks %end %post diff --git a/fedora-live-base.ks b/fedora-live-base.ks index ea9079e..28904af 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -60,6 +60,8 @@ dracut-config-generic grub2-efi syslinux +# anaconda needs the locales available to run for different locales +glibc-all-langpacks %end %post