summaryrefslogtreecommitdiffstats
path: root/templates/boot/generic-base-boot.jinja2
blob: 5011876fff19a0f8de07de691fe8ec95fe73c9d0 (plain)
1
2
3
4
5
6
7
8
9
{%- extends 'base/agl-simple.jinja2' %}
{%- block boot %}
{{ super() }}
- boot:
    timeout:
      minutes: {{ boot_timeout }}
    method: {{ boot_method|default("u-boot") }}
{%- include 'boot/agl-prompt.jinja' %}
{%- endblock %}