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.

8 lines
191B

  1. --arch={{debootstrap_arch}}
  2. {% if debootstrap_include|length >0 %}
  3. --include={{debootstrap_include|join(',')}}
  4. {% endif %}
  5. {{debootstrap_suite}}
  6. {{debootstrap_target}}
  7. {{debootstrap_mirror}}