diff --git a/auto/build b/auto/build new file mode 100755 index 0000000..f8d8346 --- /dev/null +++ b/auto/build @@ -0,0 +1,5 @@ +#!/bin/sh + +set -e + +lb build noauto "${@}" 2>&1 | tee build.log diff --git a/auto/config b/auto/config index 10ec80f..e3cf02b 100755 --- a/auto/config +++ b/auto/config @@ -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" \ "${@}"