thelamer 5 rokov pred
rodič
commit
fd06e06d15

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

@@ -15,7 +15,7 @@ goto ${live_version}
 
 :3.9
 {% for key, value in endpoints.items() | sort %}
-{% if value.os == "Q4OS" and 'squash' in key and value.version == "18.04" %}
+{% if value.os == "Q4OS" and 'squash' in key and value.version == "3.9" %}
 item {{ key }} ${space} {{ value.os | title }} {{ value.version }} {{ value.flavor | title}}
 {% endif %}
 {% endfor %}