Explorar o código

Handle multiple versions of mint

Antony Messerli %!s(int64=2) %!d(string=hai) anos
pai
achega
6ea19a6d92
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      roles/netbootxyz/templates/menu/live-mint.ipxe.j2

+ 1 - 1
roles/netbootxyz/templates/menu/live-mint.ipxe.j2

@@ -62,7 +62,7 @@ set squash_url ${live_endpoint}{{ value.path }}filesystem.squashfs
 set kernel_url ${live_endpoint}{{ value.path }}
 {% endif %}
 {% endfor %}
-goto {{ value.version }}-boot
+goto {{ value.version | int }}-boot
 {% endif %}
 {% endfor %}