25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

9 satır
259B

  1. --arch={{debootstrap_arch}}
  2. --components={{debootstrap_components|join(',')}}
  3. {% if debootstrap_variant is defined %}
  4. --variant={{debootstrap_variant}}
  5. {% endif %}
  6. {% if debootstrap_include|length >0 %}
  7. --include={{debootstrap_include|join(',')}}
  8. {% endif %}