Ver Fonte

Show next-server when locally booted on main menu

Antony Messerli há 3 anos atrás
pai
commit
ebf6785856
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      roles/netbootxyz/templates/menu/menu.ipxe.j2

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

@@ -44,7 +44,7 @@ clear menu
 set space:hex 20:20
 set space ${space:string}
 iseq ${arch} x86_64 && set arch_a amd64 || set arch_a ${arch}
-menu ${site_name}
+isset ${next-server} && menu ${site_name} v${version} - next-server: ${next-server} || menu ${site_name}
 item --gap Default:
 item local ${space} Boot from local hdd
 item --gap Distributions: