From 12bbaac8dd0f9435e85cba3d172c9816fc71449c Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Thu, 19 Jan 2017 15:30:43 -0500 Subject: [PATCH] docker: fixup comment about install_langs macro --- fedora-docker-base.ks | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/fedora-docker-base.ks b/fedora-docker-base.ks index 672564d..912b3b1 100644 --- a/fedora-docker-base.ks +++ b/fedora-docker-base.ks @@ -45,10 +45,8 @@ sssd-client %post --erroronfail --log=/root/anaconda-post.log set -eux -# Set the language rpm nodocs transaction flag persistently in the -# image yum.conf and rpm macros - - +# Set install langs macro so that new rpms that get installed will +# only install langs that we limit it to. LANG="en_US" echo "%_install_langs $LANG" > /etc/rpm/macros.image-language-conf