From ed02a2240d0551c8344a94629aacf01fae6a69cc Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 4 Apr 2022 06:47:49 +0200 Subject: [PATCH] change to C.UTF-8 --- usr/lib/initcpio/install/archboot_base_common | 5 ++++- usr/share/archboot/base/etc/locale.conf | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/usr/lib/initcpio/install/archboot_base_common b/usr/lib/initcpio/install/archboot_base_common index f6c137cb7..6783a33bd 100644 --- a/usr/lib/initcpio/install/archboot_base_common +++ b/usr/lib/initcpio/install/archboot_base_common @@ -26,7 +26,10 @@ build () ### adding needed files from running system add_symlink "/etc/mtab" "/proc/self/mounts" - map add_full_dir "/etc/profile.d" "/usr/share/terminfo" + _path="/usr/share/terminfo" + map add_file "${_path}/l/linux" "${_path}/v/vt102" "${_path}/s/screen" \ + "${_path}/s/screen.linux" "${_path}/s/screen.xterm-256color" "${_path}/x/xterm-256color" + add_full_dir "/etc/profile.d" systemfiles="bash.bashrc bash.bash_logout crypttab fstab host.conf hosts inputrc mke2fs.conf \ nanorc nsswitch.conf protocols request-key.conf resolv.conf securetty \ services wgetrc" diff --git a/usr/share/archboot/base/etc/locale.conf b/usr/share/archboot/base/etc/locale.conf index 8c371a83f..0989374bb 100644 --- a/usr/share/archboot/base/etc/locale.conf +++ b/usr/share/archboot/base/etc/locale.conf @@ -1,2 +1,2 @@ -LANG=C +LANG=C.UTF-8 LC_COLLATE=C