summaryrefslogtreecommitdiff
path: root/templates/syslinux/menu
diff options
context:
space:
mode:
Diffstat (limited to 'templates/syslinux/menu')
-rw-r--r--templates/syslinux/menu/exithelp.cfg3
-rw-r--r--templates/syslinux/menu/menu.cfg12
-rw-r--r--templates/syslinux/menu/prompt.cfg16
-rw-r--r--templates/syslinux/menu/splash.pngbin0 -> 6329 bytes
-rw-r--r--templates/syslinux/menu/stdmenu.cfg15
-rw-r--r--templates/syslinux/menu/syslinux.cfg4
6 files changed, 50 insertions, 0 deletions
diff --git a/templates/syslinux/menu/exithelp.cfg b/templates/syslinux/menu/exithelp.cfg
new file mode 100644
index 000000000..a538904bd
--- /dev/null
+++ b/templates/syslinux/menu/exithelp.cfg
@@ -0,0 +1,3 @@
+label menu
+ kernel {$LIVE_DATA_PATH}/vesamenu.c32
+ config isolinux.cfg
diff --git a/templates/syslinux/menu/menu.cfg b/templates/syslinux/menu/menu.cfg
new file mode 100644
index 000000000..a74b4d597
--- /dev/null
+++ b/templates/syslinux/menu/menu.cfg
@@ -0,0 +1,12 @@
+menu hshift 13
+menu width 49
+
+menu title Boot menu
+include stdmenu.cfg
+include live.cfg
+label help
+ menu label ^Help
+ text help
+ Display help screens; type 'menu' at boot prompt to return to this menu
+ endtext
+ config prompt.cfg
diff --git a/templates/syslinux/menu/prompt.cfg b/templates/syslinux/menu/prompt.cfg
new file mode 100644
index 000000000..691ebda7b
--- /dev/null
+++ b/templates/syslinux/menu/prompt.cfg
@@ -0,0 +1,16 @@
+prompt 1
+display f1.txt
+timeout 0
+include menu.cfg
+include exithelp.cfg
+
+f1 f1.txt
+f2 f2.txt
+f3 f3.txt
+f4 f4.txt
+f5 f5.txt
+f6 f6.txt
+f7 f7.txt
+f8 f8.txt
+f9 f9.txt
+f0 f10.txt
diff --git a/templates/syslinux/menu/splash.png b/templates/syslinux/menu/splash.png
new file mode 100644
index 000000000..75f1a3c41
--- /dev/null
+++ b/templates/syslinux/menu/splash.png
Binary files differ
diff --git a/templates/syslinux/menu/stdmenu.cfg b/templates/syslinux/menu/stdmenu.cfg
new file mode 100644
index 000000000..9b10dea27
--- /dev/null
+++ b/templates/syslinux/menu/stdmenu.cfg
@@ -0,0 +1,15 @@
+menu background {$SPLASH}
+menu color title * #FFFFFFFF *
+menu color border * #00000000 #00000000 none
+menu color sel * #ffffffff #76a1d0ff *
+menu color hotsel 1;7;37;40 #ffffffff #76a1d0ff *
+menu color tabmsg * #ffffffff #00000000 *
+menu color help 37;40 #ffdddd00 #00000000 none
+menu vshift 12
+menu rows 10
+menu helpmsgrow 15
+# The command line must be at least one line from the bottom.
+menu cmdlinerow 16
+menu timeoutrow 16
+menu tabmsgrow 18
+menu tabmsg Press ENTER to boot or TAB to edit a menu entry
diff --git a/templates/syslinux/menu/syslinux.cfg b/templates/syslinux/menu/syslinux.cfg
new file mode 100644
index 000000000..fa55a7c1e
--- /dev/null
+++ b/templates/syslinux/menu/syslinux.cfg
@@ -0,0 +1,4 @@
+include menu.cfg
+default {$LIVE_DATA_PATH}/vesamenu.c32
+prompt 0
+timeout {$LH_SYSLINUX_TIMEOUT}