summaryrefslogtreecommitdiffstats
path: root/templates/boot/generic-base-boot.jinja2
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-05-12 13:32:29 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-05-12 13:32:29 +0200
commita6b119633abb125fee71a82a5917b06bdd9c4d8e (patch)
tree4899c585a87e4b95fbc75aed69af63edcbfc226d /templates/boot/generic-base-boot.jinja2
parent65ee84bb6e3f87021b09802c6672e95890e0d0eb (diff)
Use the new qemu for dual-screen capability. Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I97a4d303bbc452902a4b555d00f05b0685e0e2de
Diffstat (limited to 'templates/boot/generic-base-boot.jinja2')
-rw-r--r--templates/boot/generic-base-boot.jinja22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/boot/generic-base-boot.jinja2 b/templates/boot/generic-base-boot.jinja2
index d5f05a2..30e0b3a 100644
--- a/templates/boot/generic-base-boot.jinja2
+++ b/templates/boot/generic-base-boot.jinja2
@@ -22,7 +22,7 @@ context:
method: {{ boot_method|default("u-boot") }}
{%- if qemu_docker %}
docker:
- image: kernelci/qemu
+ image: dl9pf/qemu
binary: {{ qemu_binary }}
{%- endif %}
{%- include 'boot/agl-prompt.jinja' %}