lagertonne-live-cd/auto/config
2020-06-28 14:25:53 +02:00

9 lines
151 B
Bash
Executable file

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