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:
Carter Dodd
2022-05-19 18:38:26 -05:00
parent 7ecaae1361
commit 9c5759c857
4 changed files with 0 additions and 37 deletions

View File

@@ -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}