summaryrefslogtreecommitdiffstats
path: root/templates/txt-ipxeconfig.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/txt-ipxeconfig.html')
-rw-r--r--templates/txt-ipxeconfig.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/txt-ipxeconfig.html b/templates/txt-ipxeconfig.html
new file mode 100644
index 00000000..df8fb90f
--- /dev/null
+++ b/templates/txt-ipxeconfig.html
@@ -0,0 +1,7 @@
+#!ipxe
+set use-cached 1
+dhcp net0
+set net0.dhcp/next-server {{{SERVER}}}
+set net0.dhcp/filename ipxelinux.0
+imgload pxelinux.0
+boot pxelinux.0