add next_server alias
This commit is contained in:
parent
d5ad21c3a6
commit
dc56ed44d5
@ -12,6 +12,8 @@ runCommand "netboot" {
|
|||||||
#!ipxe
|
#!ipxe
|
||||||
dhcp
|
dhcp
|
||||||
set path netboot
|
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
|
chain http://''${next_server}/''${path}/netboot.ipxe
|
||||||
'';
|
'';
|
||||||
netboot-ipxe = ''
|
netboot-ipxe = ''
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user