Przeglądaj źródła

Fix gentoo arch variables

Antony Messerli 3 lat temu
rodzic
commit
d9cfcb9f6e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      roles/netbootxyz/templates/menu/gentoo.ipxe.j2

+ 1 - 1
roles/netbootxyz/templates/menu/gentoo.ipxe.j2

@@ -14,7 +14,7 @@ menu ${os} - Current Arch [ ${os_arch} ]
 item --gap ${os} Versions
 {% for key, value in endpoints.items() | sort %}
 {% if value.os == "gentoo" %}
-iseq os_arch {{ value.arch }} && item {{ value.version }}_{{ value.arch }} ${space} ${os} {{ value.version }} - {{ value.arch }} ||
+iseq ${os_arch} {{ value.arch }} && item {{ value.version }}_{{ value.arch }} ${space} ${os} {{ value.version }} - {{ value.arch }} ||
 {% endif %}
 {% endfor %}
 choose gentoo_version || goto gentoo_exit