Selaa lähdekoodia

Update live-elementary.ipxe.j2

Antony Messerli 2 vuotta sitten
vanhempi
commit
2cc414c3c5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      roles/netbootxyz/templates/menu/live-elementary.ipxe.j2

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

@@ -8,7 +8,7 @@ menu ${os}
 item --gap ${os} Versions
 {% for key, value in endpoints.items() | sort %}
 {% if value.os == "elementary-os" %}
-item {{ value.version }} ${space} ${os} {{ value.version }}
+item {{ key }} ${space} ${os} {{ value.version }}
 {% endif %}
 {% endfor %}
 choose live_version || goto live_exit