選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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