25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- {% if live_build_distribution is defined %}
- --distribution "{{ live_build_distribution }}"
- {% endif %}
- --mirror-bootstrap {{ debian_mirror }}
- --mirror-binary {{ debian_mirror }}
- {% if live_build_bootappend_live is defined %}
- --bootappend-live "{{ live_build_bootappend_live }}"
- {% endif %}
- {% if debian_security_mirror is defined %}
- --mirror-binary-security "{{ debian_security_mirror }}"
- {% endif %}
- {% if debian_live_debian_installer is defined %}
- --debian-installer "{{ debian_live_debian_installer }}"
- {% endif %}
- {% if (debian_backports is defined) and (debian_backports == true) %}
- --backports true
- {% endif %}
|