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

Update live-elementary.ipxe.j2

Antony Messerli пре 2 година
родитељ
комит
f2acd87c48
1 измењених фајлова са 5 додато и 1 уклоњено
  1. 5 1
      roles/netbootxyz/templates/menu/live-elementary.ipxe.j2

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

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