diff options
author | Kevin Hilman <khilman@baylibre.com> | 2017-09-20 17:36:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2017-09-20 17:36:54 +0000 |
commit | bab5b166526f66d409eff09e12ac7f5db97b93b6 (patch) | |
tree | e15d67e26e34b59ea0ecc7712cf3a2d52febb8d6 /templates/boot | |
parent | 6cb8577b915af1df82ce7ad40ce5591f818e3cfe (diff) | |
parent | 36d0e4617c16c193a8a9932f1b09cfe97f9f767e (diff) |
Merge "rootfs_type: remove nfs"
Diffstat (limited to 'templates/boot')
-rw-r--r-- | templates/boot/generic-uboot-tftp.jinja2 | 6 |
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 |