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.

debootstrap_args.j2 259B

il y a 7 ans
il y a 7 ans
12345678
  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 %}