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