Files
warewulf/etc/ipxe/default.ipxe
2020-11-26 19:21:34 -08:00

16 lines
534 B
Plaintext

#!ipxe
echo
echo ================================================================================
echo Warewulf v4 now booting: {{.Fqdn}}
echo
echo
set base http://{{.Ipaddr}}:{{.Port}}
kernel ${base}/kernel/{{.Hwaddr}} {{.Kernelargs}} || reboot
initrd ${base}/vnfs/{{.Hwaddr}} || reboot
initrd ${base}/kmods/{{.Hwaddr}} || reboot
initrd ${base}/overlay-system/{{.Hwaddr}} || reboot
boot || reboot