Browse Source

Merge branch 'master' of https://git.in-ulm.de/ulpeters/bootstrap

toastie89 1 year ago
parent
commit
542a099ead
1 changed files with 9 additions and 0 deletions
  1. 9 0
      bootstrap-bullseye.sh

+ 9 - 0
bootstrap-bullseye.sh

@@ -207,6 +207,15 @@ journalctl --boot --priority=3 --no-pager
 EOL
 chmod 755 /etc/update-motd.d/15-boot-errors
 
+# Setup keyboard layout
+cat >/etc/default/keyboard <<EOL
+XKBMODEL="pc105"
+XKBLAYOUT="de"
+XKBVARIANT="nodeadkeys"
+XKBOPTIONS=""
+BACKSPACE="guess"
+EOL
+
 # Leave chroot
 exit
 }