#540 Explicitly set the container base image locale to C.UTF-8
Merged 4 years ago by mohanboddu. Opened 4 years ago by cverna.
cverna/fedora-kickstarts f30  into  f30

@@ -61,6 +61,9 @@ 

  LANG="en_US"

  echo "%_install_langs $LANG" > /etc/rpm/macros.image-language-conf

  

+ # https://bugzilla.redhat.com/show_bug.cgi?id=1727489

+ echo 'LANG="C.UTF-8"' >  /etc/locale.conf

+ 

  # https://bugzilla.redhat.com/show_bug.cgi?id=1400682

  echo "Import RPM GPG key"

  releasever=$(rpm -q --qf '%{version}\n' fedora-release-container)

rebased onto fd6025e

4 years ago

Pull-Request has been merged by mohanboddu

4 years ago
Metadata