diff options
| author | Shulhan <ms@kilabit.info> | 2022-07-02 00:08:25 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-07-25 19:29:22 +0700 |
| commit | 632798d6b2a512d95670840b1f12e13b407829ec (patch) | |
| tree | 7ebc2068b4a0044dad3a6ebcd8971ac41410f7d2 /sys | |
| parent | 6b425a2b2f35fb90b00583fbf503f30816d2ebb7 (diff) | |
| download | compute-archlinux-image-builder-632798d6b2a512d95670840b1f12e13b407829ec.tar.xz | |
all: use predefined files to setting up locale
This simplify updating and maintaining custom locale for user that
does not want to use en_US.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/etc/locale.conf | 1 | ||||
| -rw-r--r-- | sys/etc/locale.gen | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/etc/locale.conf b/sys/etc/locale.conf new file mode 100644 index 0000000..01ec548 --- /dev/null +++ b/sys/etc/locale.conf @@ -0,0 +1 @@ +LANG=en_US.UTF-8 diff --git a/sys/etc/locale.gen b/sys/etc/locale.gen new file mode 100644 index 0000000..a66d814 --- /dev/null +++ b/sys/etc/locale.gen @@ -0,0 +1 @@ +en_US.UTF-8 UTF-8 |
