aboutsummaryrefslogtreecommitdiff
path: root/templates/boot/generic-uboot-tftp-ramdisk-boot-template.jinja2
blob: 935c249ab9552f04796a05690b42fd6d273f7c2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{% extends 'base/kernel-ci-base-tftp-deploy.jinja2' %}
{% block metadata %}
{{ super() }}
{% endblock %}
{% block main %}
{{ super() }}
{% endblock %}
{% block actions %}
{%- block deploy %}
{{ super () }}
{%- endblock %}

- boot:
    timeout:
      minutes: 5
    method: u-boot
    commands: ramdisk
    prompts:
      - '{{ rootfs_prompt }}'
{% endblock %}