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