summaryrefslogtreecommitdiffstats
path: root/templates/txt-ipxeconfig.html
diff options
context:
space:
mode:
authorSimon Rettberg2013-11-16 15:42:16 +0100
committerSimon Rettberg2013-11-16 15:42:16 +0100
commit633e43127c6d1a96d47587eed2739bdaff6c3d4f (patch)
treeafe22b5cef77a5a054388d05f6a2c106dcb4d60b /templates/txt-ipxeconfig.html
parentAdd custom config.tgz upload functionality (diff)
downloadslx-admin-633e43127c6d1a96d47587eed2739bdaff6c3d4f.tar.gz
slx-admin-633e43127c6d1a96d47587eed2739bdaff6c3d4f.tar.xz
slx-admin-633e43127c6d1a96d47587eed2739bdaff6c3d4f.zip
Add minilinux download functionality and ipxe compilation scripts
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