Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

18 Zeilen
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 %}