aboutsummaryrefslogtreecommitdiffstats
path: root/templates/boot
diff options
context:
space:
mode:
Diffstat (limited to 'templates/boot')
-rw-r--r--templates/boot/generic-uboot-tftp.jinja26
1 files changed, 1 insertions, 5 deletions
diff --git a/templates/boot/generic-uboot-tftp.jinja2 b/templates/boot/generic-uboot-tftp.jinja2
index cbdda7a..a7fa6ce 100644
--- a/templates/boot/generic-uboot-tftp.jinja2
+++ b/templates/boot/generic-uboot-tftp.jinja2
@@ -22,11 +22,7 @@ protocols:
{{ super() }}
kernel:
url: {{ kernel_url }}
-{%- if rootfs_type == 'nfs' %}
- nfsrootfs:
- url: {{ nfsrootfs_url }}
- compression: {{ nfsroot_compression }}
-{%- elif rootfs_type == 'nbd' %}
+{%- if rootfs_type == 'nbd' %}
initrd:
url: {{ nbdinitrd_url }}
allow_modify: false