add next_server alias

This commit is contained in:
Richard Mauer 2024-12-27 20:55:11 -05:00
parent d5ad21c3a6
commit dc56ed44d5

View File

@ -12,6 +12,8 @@ runCommand "netboot" {
#!ipxe
dhcp
set path netboot
## next_server by default is the sever value from dhcp, uncomment to keep the value from dhcp
set next_server 172.16.1.6
chain http://''${next_server}/''${path}/netboot.ipxe
'';
netboot-ipxe = ''