change to C.UTF-8

This commit is contained in:
Tobias Powalowski 2022-04-04 06:47:49 +02:00
parent b12efa085f
commit ed02a2240d
2 changed files with 5 additions and 2 deletions

View file

@ -26,7 +26,10 @@ build ()
### adding needed files from running system ### adding needed files from running system
add_symlink "/etc/mtab" "/proc/self/mounts" 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 \ systemfiles="bash.bashrc bash.bash_logout crypttab fstab host.conf hosts inputrc mke2fs.conf \
nanorc nsswitch.conf protocols request-key.conf resolv.conf securetty \ nanorc nsswitch.conf protocols request-key.conf resolv.conf securetty \
services wgetrc" services wgetrc"

View file

@ -1,2 +1,2 @@
LANG=C LANG=C.UTF-8
LC_COLLATE=C LC_COLLATE=C