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