summaryrefslogtreecommitdiffstats
path: root/templates/boot
diff options
context:
space:
mode:
Diffstat (limited to 'templates/boot')
-rw-r--r--templates/boot/generic-qemu-tmpfs.jinja23
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/boot/generic-qemu-tmpfs.jinja2 b/templates/boot/generic-qemu-tmpfs.jinja2
index 3908c80..d981f46 100644
--- a/templates/boot/generic-qemu-tmpfs.jinja2
+++ b/templates/boot/generic-qemu-tmpfs.jinja2
@@ -3,6 +3,9 @@
{%- block boot %}
{{ super() }}
media: {{ media_type|default("tmpfs") }}
+ transfer_overlay:
+ download_command: wget
+ unpack_command: tar -C / -xvpf
{%- endblock %}
{%- block main %}
{{ super() }}