mirror of
https://github.com/pigmonkey/spark.git
synced 2026-01-23 02:24:09 +00:00
use en_SE as LC_TIME
https://pig-monkey.com/2024/02/things-i-do-for-time/
This commit is contained in:
parent
a9e11dae49
commit
8d5510c1a4
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue