aboutsummaryrefslogtreecommitdiffstats
path: root/modules/auto_installation/templates
diff options
context:
space:
mode:
Diffstat (limited to 'modules/auto_installation/templates')
-rw-r--r--modules/auto_installation/templates/default15
-rw-r--r--modules/auto_installation/templates/menu5
2 files changed, 20 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 %>
diff --git a/modules/auto_installation/templates/menu b/modules/auto_installation/templates/menu
new file mode 100644
index 00000000..3d0ce6fa
--- /dev/null
+++ b/modules/auto_installation/templates/menu
@@ -0,0 +1,5 @@
+LABEL <%= name %>
+ MENU DEFAULT
+ MENU LABEL Install <%= label %>
+ kernel <%= kernel_path %>
+ append <%= append %>