Add keyboard layout
This commit is contained in:
parent
8a5c799936
commit
8be243209d
2 changed files with 6 additions and 1 deletions
5
auto/build
Executable file
5
auto/build
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
lb build noauto "${@}" 2>&1 | tee build.log
|
|
@ -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" \
|
||||
"${@}"
|
||||
|
|
Loading…
Reference in a new issue