Use C.UTF-8 to match upstream

This commit is contained in:
2Shirt 2023-10-24 00:29:05 -07:00
parent b01cb6ed26
commit 8602723adb
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C
2 changed files with 1 additions and 14 deletions

View file

@ -1 +1 @@
LANG=en_US.UTF-8
LANG=C.UTF-8

View file

@ -1,13 +0,0 @@
# remove from airootfs!
[Trigger]
Operation = Install
Type = Package
Target = glibc
[Action]
Description = Uncommenting en_US.UTF-8 locale and running locale-gen...
When = PostTransaction
Depends = glibc
Depends = sed
Depends = sh
Exec = /bin/sh -c "sed -i 's/#\(en_US\.UTF-8\)/\1/' /etc/locale.gen && locale-gen"