summaryrefslogtreecommitdiffstats
path: root/templates/boot/generic-uboot-tftp.jinja2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/boot/generic-uboot-tftp.jinja2')
-rw-r--r--templates/boot/generic-uboot-tftp.jinja22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/boot/generic-uboot-tftp.jinja2 b/templates/boot/generic-uboot-tftp.jinja2
index 8befb6d..d65b284 100644
--- a/templates/boot/generic-uboot-tftp.jinja2
+++ b/templates/boot/generic-uboot-tftp.jinja2
@@ -1,5 +1,5 @@
{%- extends 'boot/generic-base-boot.jinja2' %}
-{%- set boot_method = "u-boot" %}
+{%- set boot_method = boot_method|default("u-boot") %}
{%- block main %}
{{ super() }}
{%- if rootfs_type == 'nbd' %}