You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
618B

  1. {% if live_build_distribution is defined %}
  2. --distribution "{{ live_build_distribution }}"
  3. {% endif %}
  4. --mirror-bootstrap {{ debian_mirror }}
  5. --mirror-binary {{ debian_mirror }}
  6. {% if live_build_bootappend_live is defined %}
  7. --bootappend-live "{{ live_build_bootappend_live }}"
  8. {% endif %}
  9. {% if debian_security_mirror is defined %}
  10. --mirror-binary-security "{{ debian_security_mirror }}"
  11. {% endif %}
  12. {% if debian_live_debian_installer is defined %}
  13. --debian-installer "{{ debian_live_debian_installer }}"
  14. {% endif %}
  15. {% if (debian_backports is defined) and (debian_backports == true) %}
  16. --backports true
  17. {% endif %}