aboutsummaryrefslogtreecommitdiffstats
path: root/modules/auto_installation/templates/default
diff options
context:
space:
mode:
Diffstat (limited to 'modules/auto_installation/templates/default')
-rw-r--r--modules/auto_installation/templates/default15
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/auto_installation/templates/default b/modules/auto_installation/templates/default
new file mode 100644
index 00000000..a9ea8de3
--- /dev/null
+++ b/modules/auto_installation/templates/default
@@ -0,0 +1,15 @@
+DEFAULT menu.c32
+PROMPT 10
+TIMEOUT 100
+NOESCAPE 1
+
+MENU SHIFTKEY 1
+MENU TITLE PXE Boot on <%= fqdn %>
+
+LABEL local
+ MENU LABEL Local
+ localboot 0
+
+<% for m in menu_entries %>
+INCLUDE pxelinux.cfg/m/<%= m %>
+<% end %>