config 414 B

1234567891011121314151617
  1. #!/bin/sh
  2. set -e
  3. lb config noauto \
  4. --binary-image iso-hybrid \
  5. --backports true \
  6. --cache true \
  7. --image-name "debian-junior-live-image-0.1.0-alpha-4" \
  8. --distribution bookworm \
  9. --hdd-label "DEBIAN_JR_LIVE" \
  10. --bootappend-live \
  11. "boot=live components noroot persistence \
  12. hostname=debianjr username=user \
  13. locales=de_DE.UTF-8,en_US.UTF-8 keyboard-layouts=de,us timezone=Europe/Berlin \
  14. " \
  15. "${@}"