config 154 B

123456789
  1. #!/bin/sh
  2. set -e
  3. lb config noauto \
  4. --binary-images iso-hybrid \
  5. --cache true \
  6. "boot=live components hostname=debianjr username=debianjr" \
  7. "${@}"