pmbootstrap/pmb
Pablo Correa Gómez ecb7660f15
config: use en_US as default locale
In theory, the en_US locale is supposed to be aimed at people, while the
C locale is aimed as computers. In theory, one of the remarkable
differences is in sorting:

$ printf '%s\n' \| a \0 \^ \& B c C | LC_COLLATE=C.UTF-8 sort
&
0
B
C
^
a
c
|

The non-sense there is obvious, with "^" sorting in between the letters,
"|" afterwards and sorting of capitals and non-capitals split. The reason
is the ordering is based on the ascii table. In theory, an en_US locale
should be able to provide a sensitive ordering, but what takes care of it
is the libc, and musl does not have it properly implemented. So LC_COLLATE=en_US
will still give the same results. However, that's hopefully going to change
at some point, and there's no harm in setting a sensible locale by default.

Signed-off-by: Pablo Correa Gómez <ablocorrea@hotmail.com>
Reviewed-by: Oliver Smith <ollieparanoid@postmarketos.org>
2023-06-03 16:48:12 +02:00
..
aportgen aportgen/binutils: set pmOS bugurl 2023-05-25 09:45:07 +02:00
build build: make preferred target arch configurable 2023-05-01 13:19:14 +02:00
chroot Bump copyright to 2023 2023-01-22 19:18:06 +01:00
ci Bump copyright to 2023 2023-01-22 19:18:06 +01:00
config config: use en_US as default locale 2023-06-03 16:48:12 +02:00
data pmb: data: keys: sync with Alpine (MR 2131) 2021-10-19 01:44:35 +02:00
export Bump copyright to 2023 2023-01-22 19:18:06 +01:00
flasher pmb.flasher.frontend: Use elif instead of repeated if 2023-05-17 22:55:01 +02:00
helpers Move version to pmb.__version__ 2023-04-15 01:44:37 +02:00
install install: write new file instead of modifying locale.sh from alpine-baselayout 2023-05-15 08:35:00 +02:00
netboot Bump copyright to 2023 2023-01-22 19:18:06 +01:00
parse kconfig check: Add USB gadget check to community 2023-05-02 08:38:04 +02:00
qemu qemu/run: add support for EFI boot 2023-03-24 09:11:48 +01:00
sideload Bump copyright to 2023 2023-01-22 19:18:06 +01:00
__init__.py pmb: Remind users to ensure pmbootstrap is updated before reporting errors 2023-05-25 09:24:13 +02:00