Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- --arch={{debootstrap_arch}}
- --components={{debootstrap_components|join(',')}}
- {% if debootstrap_variant is defined %}
- --variant={{debootstrap_variant}}
- {% endif %}
- {% if debootstrap_include|length >0 %}
- --include={{debootstrap_include|join(',')}}
- {% endif %}
|