From 36d0e4617c16c193a8a9932f1b09cfe97f9f767e Mon Sep 17 00:00:00 2001 From: Jerome Brunet Date: Wed, 13 Sep 2017 09:08:50 +0200 Subject: rootfs_type: remove nfs NFS is untested and not used at the moment. Remove it for now to avoid unnecessary issues Change-Id: Ide7f0663f3c31cde14dcda3c6e6694e22165bf49 Signed-off-by: Jerome Brunet --- templates/boot/generic-uboot-tftp.jinja2 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'templates/boot') 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 -- cgit 1.2.3-korg