Browse Source

Adjusting q4os menu

Antony Messerli 1 năm trước cách đây
mục cha
commit
570c4cd104
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      roles/netbootxyz/templates/menu/live-q4os.ipxe.j2

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

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