Initial commit

This commit is contained in:
lagertonne 2020-06-28 14:25:53 +02:00
commit 212f014894
6 changed files with 63 additions and 0 deletions

9
auto/config Executable file
View file

@ -0,0 +1,9 @@
#!/bin/sh
set -e
lb config noauto \
-d buster \
--debian-installer false \
--bootappend-live "boot=live components locales=de_DE.UTF-8" \
"${@}"