Skip to content
Snippets Groups Projects
Commit b70fc3cf authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

Merge branch 'C.UTF-8' into 'master'

Use C.UTF-8 as the default locale

See merge request archlinux/infrastructure!588
parents a544ed9a e74066e3
No related branches found
No related tags found
1 merge request!588Use C.UTF-8 as the default locale
Pipeline #23259 passed
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
| sed 's#^127.0.0.1#{{ inventory_hostname }}#' \ | sed 's#^127.0.0.1#{{ inventory_hostname }}#' \
| sort | sort
environment: environment:
LC_COLLATE: C # to ensure reproducible ordering LC_COLLATE: C.UTF-8 # to ensure reproducible ordering
args: args:
executable: /bin/bash executable: /bin/bash
register: known_hosts register: known_hosts
......
LANG=en_US.UTF-8 LANG=C.UTF-8
LC_COLLATE=en_US.UTF-8
LC_TIME=en_US.UTF-8
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
changed_when: "chroot_locale_gen.rc == 0" changed_when: "chroot_locale_gen.rc == 0"
- name: run systemd-firstboot - name: run systemd-firstboot
command: chroot /mnt systemd-firstboot --locale=en_US.UTF-8 --timezone=UTC --hostname={{ hostname }} command: chroot /mnt systemd-firstboot --locale=C.UTF-8 --timezone=UTC --hostname={{ hostname }}
register: chroot_systemd_firstboot register: chroot_systemd_firstboot
changed_when: "chroot_systemd_firstboot.rc == 0" changed_when: "chroot_systemd_firstboot.rc == 0"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment