Преглед изворни кода

Handle multiple versions of mint

Antony Messerli пре 2 година
родитељ
комит
6ea19a6d92
1 измењених фајлова са 1 додато и 1 уклоњено
  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 %}