9 lines
151 B
Bash
Executable file
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" \
|
|
"${@}"
|