diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-05-12 13:32:29 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-05-12 13:32:29 +0200 |
commit | a6b119633abb125fee71a82a5917b06bdd9c4d8e (patch) | |
tree | 4899c585a87e4b95fbc75aed69af63edcbfc226d /templates/boot/generic-base-boot.jinja2 | |
parent | 65ee84bb6e3f87021b09802c6672e95890e0d0eb (diff) |
Remove notifier and metadata and use new qemuoctopus_15.0.5octopus_15.0.4octopus_15.0.3octopus/15.0.5octopus/15.0.4octopus/15.0.315.0.515.0.415.0.3octopus
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.jinja2 | 2 |
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' %} |