Преглед на файлове

Fix gentoo arch variables

Antony Messerli преди 3 години
родител
ревизия
d9cfcb9f6e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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