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.

9 line
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 %}