config/yadm/bootstrap: add locale.conf

This commit is contained in:
xerus2000 2021-01-07 11:17:25 +01:00
parent f4f34d0dcb
commit 5dd1d6a2d2
1 changed files with 7 additions and 0 deletions

View File

@ -28,6 +28,13 @@ echo "[Service]
ExecStart= ExecStart=
ExecStart=-/usr/bin/agetty --skip-login --login-options $USER %I" | sudo tee /etc/systemd/system/getty@tty1.service.d/override.conf /etc/systemd/system/getty@tty2.service.d/override.conf /etc/systemd/system/getty@tty3.service.d/override.conf ExecStart=-/usr/bin/agetty --skip-login --login-options $USER %I" | sudo tee /etc/systemd/system/getty@tty1.service.d/override.conf /etc/systemd/system/getty@tty2.service.d/override.conf /etc/systemd/system/getty@tty3.service.d/override.conf
highlight '/etc/locale.conf'
echo 'LANG=en_IE.UTF-8
LANGUAGE=en_IE.UTF-8
LC_ALL=en_IE.UTF-8
LC_MONETARY=de_DE.UTF-8
LC_COLLATE=C' | sudo tee /etc/locale.conf
## Hardware ## Hardware
section 'Hardware' section 'Hardware'