Remove extra slash in default ipxe template

This commit is contained in:
Gregory Kurtzer
2020-11-26 19:21:34 -08:00
parent 1b7dbefd4f
commit 5368998c3b

View File

@@ -6,7 +6,7 @@ echo Warewulf v4 now booting: {{.Fqdn}}
echo
echo
set base http://{{.Ipaddr}}:{{.Port}}/
set base http://{{.Ipaddr}}:{{.Port}}
kernel ${base}/kernel/{{.Hwaddr}} {{.Kernelargs}} || reboot
initrd ${base}/vnfs/{{.Hwaddr}} || reboot