2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ Tested and working as of **July 2026**.
## Set your keyboard layout correctly ## Set your keyboard layout correctly
Before starting the install script you should set your keyboard layout correctly. Otherwise you might run into problems with mismatching passwords. Before starting the install script you should set your keyboard layout correctly. Otherwise you might run into problems with mismatching passwords.
``` ```
loadkeys de $ loadkeys de
``` ```
## To automatically install Arch Linux, clone this repository: ## To automatically install Arch Linux, clone this repository:
+1
View File
@@ -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