Remove extra slash in default ipxe template
This commit is contained in:
@@ -6,7 +6,7 @@ echo Warewulf v4 now booting: {{.Fqdn}}
|
|||||||
echo
|
echo
|
||||||
echo
|
echo
|
||||||
|
|
||||||
set base http://{{.Ipaddr}}:{{.Port}}/
|
set base http://{{.Ipaddr}}:{{.Port}}
|
||||||
|
|
||||||
kernel ${base}/kernel/{{.Hwaddr}} {{.Kernelargs}} || reboot
|
kernel ${base}/kernel/{{.Hwaddr}} {{.Kernelargs}} || reboot
|
||||||
initrd ${base}/vnfs/{{.Hwaddr}} || reboot
|
initrd ${base}/vnfs/{{.Hwaddr}} || reboot
|
||||||
|
|||||||
Reference in New Issue
Block a user