aboutsummaryrefslogtreecommitdiff
path: root/templates/boot
diff options
context:
space:
mode:
authorMatt Hart <github@blacklabsystems.com>2017-01-06 08:37:06 +0000
committerMilo Casagrande <milo@ubuntu.com>2017-01-06 09:37:06 +0100
commit0ad802e2ad88f1962b5ff5a7cf7170f61d596b27 (patch)
treed96c3b501e63c1bcc9499540065385099625f4b3 /templates/boot
parent0b5f19de792f31b38a82abd7a6d6fac394bf991e (diff)
Add first grub device to lava v2 (#69)
d03....
Diffstat (limited to 'templates/boot')
-rw-r--r--templates/boot/generic-grub-dtb-ramdisk-template.jinja220
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/boot/generic-grub-dtb-ramdisk-template.jinja2 b/templates/boot/generic-grub-dtb-ramdisk-template.jinja2
new file mode 100644
index 0000000..1e08294
--- /dev/null
+++ b/templates/boot/generic-grub-dtb-ramdisk-template.jinja2
@@ -0,0 +1,20 @@
+{% extends 'base/kernel-ci-base-grub.jinja2' %}
+{% block metadata %}
+{{ super() }}
+{% endblock %}
+{% block main %}
+{{ super() }}
+{% endblock %}
+{% block actions %}
+{%- block deploy %}
+{{ super () }}
+{%- endblock %}
+
+ - boot:
+ method: grub
+ commands: ramdisk
+ prompts:
+ - 'linaro-test'
+ - 'root@debian:~#'
+ - '/ #'
+{% endblock %}