Added configuration pkg, iPXE templating, clean up, etc.

This commit is contained in:
Gregory Kurtzer
2020-11-04 18:45:36 -08:00
parent 260315cccd
commit d2ed5766cd
13 changed files with 127 additions and 85 deletions

13
etc/ipxe/default.ipxe Normal file
View File

@@ -0,0 +1,13 @@
#!ipxe
echo
echo Now booting Warewulf - v4 Proof of Concept
echo
set base http://@IPADDR@:@PORT@/
kernel ${base}/kernel/@HWADDR@ crashkernel=no quiet
initrd ${base}/vnfs/@HWADDR@
initrd ${base}/kmods/@HWADDR@
initrd ${base}/overlay-system/@HWADDR@
boot