Remove new dhcp config options
Discussion indicated a need for more general handling of network config. Avoids adding new options that may become deprecated in the near future.
This commit is contained in:
@@ -13,13 +13,6 @@ echo Kernel: {{.ContainerName}} (container default)
|
||||
echo KernelArgs: {{.KernelArgs}}
|
||||
echo
|
||||
|
||||
{{if ne .Syslog "" -}}
|
||||
set syslog {{$.Syslog}};
|
||||
{{- end}}
|
||||
{{if ne .Syslogs "" -}}
|
||||
set syslogs {{$.Syslogs}};
|
||||
{{- end}}
|
||||
|
||||
set uri_base http://{{.Ipaddr}}:{{.Port}}/provision/{{.Hwaddr}}?assetkey=${asset}&uuid=${uuid}
|
||||
echo Downloading node provisions: ${uri_base}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user