12 lines
328 B
Plaintext
12 lines
328 B
Plaintext
#!ipxe
|
|
|
|
echo
|
|
echo ================================================================================
|
|
echo Warewulf v4
|
|
echo
|
|
echo MESSAGE: This node is unconfigured. Please have your system administrator add a
|
|
echo configuration for this node with HW address: {{$.Hwaddr}}
|
|
echo
|
|
echo Rebooting in 1 minute...
|
|
sleep 60
|
|
reboot |