Added configuration pkg, iPXE templating, clean up, etc.
This commit is contained in:
13
etc/ipxe/default.ipxe
Normal file
13
etc/ipxe/default.ipxe
Normal 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
|
||||
@@ -1,4 +1,4 @@
|
||||
Port: 9873
|
||||
Ipaddr: 192.168.1.1
|
||||
Secure: true
|
||||
Debug: false
|
||||
warewulfd ipaddr: 192.168.1.1
|
||||
warewulfd port: 9873
|
||||
insecure runtime: false
|
||||
debug: false
|
||||
|
||||
Reference in New Issue
Block a user