Add keyboard layout

This commit is contained in:
lagertonne 2021-04-08 15:50:09 +02:00
parent 8a5c799936
commit 8be243209d
2 changed files with 6 additions and 1 deletions

5
auto/build Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
set -e
lb build noauto "${@}" 2>&1 | tee build.log

View file

@ -4,5 +4,5 @@ lb config noauto \
--architectures amd64 \
--distribution buster \
--backports true \
--bootappend-live "boot=live components initrd=/live/initrd.img" \
--bootappend-live "boot=live components initrd=/live/initrd.img keyboard-layouts=de" \
"${@}"