From 15f135b0032a5eaa11da41ff7e5f29268ddfb169 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Fri, 30 Sep 2016 12:19:28 -0700 Subject: [PATCH] profiles: include libc locale data This data can be later removed by build_image once it has run localedef to generate the C.UTF-8 locale. When cross-compiling the glibc ebuild won't run localedef so it is up to build image to handle. --- .../profiles/coreos/targets/generic/make.defaults | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/make.defaults b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/make.defaults index 505f8124de..1c30a83451 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/make.defaults +++ b/sdk_container/src/third_party/coreos-overlay/profiles/coreos/targets/generic/make.defaults @@ -11,12 +11,10 @@ FEATURES="nodoc noinfo noman" # Exclude even more documentaiton # Remove bash-completion files as we don't install bash-completion. -# Remove alternate locales, we only need the standard LANG=C +# Remove locale LC_MESSAGES files. INSTALL_MASK="${INSTALL_MASK} - /etc/locale.gen /usr/share/bash-completion /usr/share/gtk-doc - /usr/share/i18n /usr/share/locale /usr/share/zsh /var/db/Makefile