add next_server alias
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user