mirror of
https://pagure.io/fedora-kickstarts.git
synced 2024-11-12 02:54:22 +00:00
docker: fixup comment about install_langs macro
This commit is contained in:
parent
461523481b
commit
12bbaac8dd
@ -45,10 +45,8 @@ sssd-client
|
|||||||
%post --erroronfail --log=/root/anaconda-post.log
|
%post --erroronfail --log=/root/anaconda-post.log
|
||||||
set -eux
|
set -eux
|
||||||
|
|
||||||
# Set the language rpm nodocs transaction flag persistently in the
|
# Set install langs macro so that new rpms that get installed will
|
||||||
# image yum.conf and rpm macros
|
# only install langs that we limit it to.
|
||||||
|
|
||||||
|
|
||||||
LANG="en_US"
|
LANG="en_US"
|
||||||
echo "%_install_langs $LANG" > /etc/rpm/macros.image-language-conf
|
echo "%_install_langs $LANG" > /etc/rpm/macros.image-language-conf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user