add German locale
This commit is contained in:
@@ -362,6 +362,7 @@ echo
|
|||||||
# https://wiki.archlinux.org/title/Installation_guide#Localization
|
# https://wiki.archlinux.org/title/Installation_guide#Localization
|
||||||
echo "Setting locale and keymap.."
|
echo "Setting locale and keymap.."
|
||||||
echo "en_US.UTF-8 UTF-8" >> "/mnt/etc/locale.gen"
|
echo "en_US.UTF-8 UTF-8" >> "/mnt/etc/locale.gen"
|
||||||
|
echo "de_DE.UTF-8 UTF-8" >> "/mnt/etc/locale.gen"
|
||||||
arch-chroot "/mnt" locale-gen
|
arch-chroot "/mnt" locale-gen
|
||||||
arch-chroot "/mnt" localectl set-locale LANG=en_US.UTF-8
|
arch-chroot "/mnt" localectl set-locale LANG=en_US.UTF-8
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user