use en_SE as LC_TIME

https://pig-monkey.com/2024/02/things-i-do-for-time/
This commit is contained in:
Pig Monkey 2024-02-14 18:04:51 -08:00
parent a9e11dae49
commit 8d5510c1a4

View file

@ -82,8 +82,9 @@ Generate and verify fstab.
Change root into the base install and perform base configuration tasks.
$ arch-chroot /mnt /bin/bash
$ ln -s /usr/share/i18n/locales/en_DK /usr/share/i18n/locales/en_SE
$ export LANG=en_US.UTF-8
$ export TIME=en_CA.UTF-8
$ export TIME=en_SE.UTF-8
$ echo $LANG UTF-8 >> /etc/locale.gen
$ echo $TIME UTF-8 >> /etc/locale.gen
$ locale-gen