Use C.UTF-8 to match upstream
This commit is contained in:
parent
b01cb6ed26
commit
8602723adb
2 changed files with 1 additions and 14 deletions
|
|
@ -1 +1 @@
|
|||
LANG=en_US.UTF-8
|
||||
LANG=C.UTF-8
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
Loading…
Reference in a new issue