25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

debootstrap_args.j2 259B

7 년 전
7 년 전
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 %}