From 5368998c3b0d6c96e220bb4df83c6b1db4759b77 Mon Sep 17 00:00:00 2001 From: Gregory Kurtzer Date: Thu, 26 Nov 2020 19:21:34 -0800 Subject: [PATCH] Remove extra slash in default ipxe template --- etc/ipxe/default.ipxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/ipxe/default.ipxe b/etc/ipxe/default.ipxe index e2aac7a9..2df1f61c 100644 --- a/etc/ipxe/default.ipxe +++ b/etc/ipxe/default.ipxe @@ -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