浏览代码

last typo

thelamer 5 年之前
父节点
当前提交
fd06e06d15
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      roles/netbootxyz/templates/menu/live-q4os.ipxe.j2

+ 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 %}