lagertonne-live-cd/auto/config

10 lines
151 B
Text
Raw Normal View History

2020-06-28 12:25:53 +00:00
#!/bin/sh
set -e
lb config noauto \
-d buster \
--debian-installer false \
--bootappend-live "boot=live components locales=de_DE.UTF-8" \
"${@}"