summaryrefslogtreecommitdiffstats
path: root/templates/boot/generic-ipxe-tftp.jinja2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/boot/generic-ipxe-tftp.jinja2')
-rw-r--r--templates/boot/generic-ipxe-tftp.jinja22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/boot/generic-ipxe-tftp.jinja2 b/templates/boot/generic-ipxe-tftp.jinja2
index 25aa9f1..c36a7e9 100644
--- a/templates/boot/generic-ipxe-tftp.jinja2
+++ b/templates/boot/generic-ipxe-tftp.jinja2
@@ -25,8 +25,8 @@ context:
{{ super() }}
kernel:
url: {{ kernel_url }}
-{%- if rootfs_type == 'ramdisk' %}
type: {{ kernel_type }}
+{%- if rootfs_type == 'ramdisk' %}
ramdisk:
url: {{ initrd_url }}
compression: {{ initrd_compression }}