config 279 B

12345678910111213
  1. #!/bin/sh
  2. set -e
  3. lb config noauto \
  4. --binary-images iso-hybrid \
  5. --cache true \
  6. --bootappend-live \
  7. "boot=live components noroot persistence \
  8. hostname=debianjr username=user \
  9. locales=de_DE.UTF-8,en_US.UTF-8 keyboard-layouts=de,us timezone=Europe/Berlin \
  10. " \
  11. "${@}"