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