Antony Messerli 22 ore fa
parent
commit
aca36e9c45
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      roles/netbootxyz/templates/menu/ubuntu-spins.ipxe.j2

+ 2 - 2
roles/netbootxyz/templates/menu/ubuntu-spins.ipxe.j2

@@ -11,10 +11,10 @@ item --gap ${os} Versions
 item spins_{{ value.version }} ${space} ${os} {{ value.version }}
 {% endif %}
 {% endfor %}
-choose live_version || goto live_exit
+choose ubuntu_spins || goto live_exit
 menu ${os}
 item --gap ${os} Flavors
-goto ${boot_spins}
+goto ${ubuntu_spins}
 
 {% for key, value in endpoints.items() | sort %}
 {% if value.os == "ubuntu-spins" %}