summaryrefslogtreecommitdiffstats
path: root/theming/openslx/pxe/theme.conf
diff options
context:
space:
mode:
Diffstat (limited to 'theming/openslx/pxe/theme.conf')
-rw-r--r--theming/openslx/pxe/theme.conf39
1 files changed, 32 insertions, 7 deletions
diff --git a/theming/openslx/pxe/theme.conf b/theming/openslx/pxe/theme.conf
index dfae7215..16fcc6a8 100644
--- a/theming/openslx/pxe/theme.conf
+++ b/theming/openslx/pxe/theme.conf
@@ -1,13 +1,13 @@
-# define menu
-# geometry / behavior
+DEFAULT vesamenu.c32
+MENU BACKGROUND openslx.png
PROMPT 0
NOESCAPE 1
TIMEOUT 100
TOTALTIMEOUT 3000
MENU WIDTH 78
-MENU MARGIN 9
-MENU PASSWORDMARGIN 9
+MENU MARGIN @@@MENU_MARGIN@@@
+MENU PASSWORDMARGIN @@@MENU_MARGIN@@@
MENU ROWS 12
MENU TABMSGROW 18
MENU CMDLINEROW 18
@@ -19,7 +19,6 @@ MENU HELPMSGENDROW -1
MENU HSHIFT 0
MENU VSHIFT 5
-# color
menu color screen 37;40 #80ffffff #00000000 std
menu color border 37;40 #40000000 #ff8093a1 std
menu color title 1;37;40 #ffff8b00 #ff8093a1 std
@@ -39,9 +38,35 @@ menu color timeout 1;37;40 #ffff8b00 #00000000 std
menu color help 37;40 #ff1c2a33 #00000000 none
menu color msg07 37;40 #90ffffff #00000000 std
-# messages / titles
MENU MASTER PASSWD secret
MENU PASSPROMPT Gesicherter Bereich, bitte Passwort eingeben:
MENU AUTOBOOT Auswahl startet in # Sekunden
-MENU TITLE OpenSLX - Hauptmenue
+MENU TITLE OpenSLX - Hauptmenü
+
+#####
+LABEL Bitte wählen Sie über die Pfeiltasten aus:
+ KERNEL vesamenu.c32
+ APPEND pxelinux.cfg/default
+
+LABEL @@@SEPARATOR_LINE@@@
+ KERNEL vesamenu.c32
+ APPEND pxelinux.cfg/default
+#####
+
+@@@SLX_LABELS@@@
+
+#####
+LABEL @@@SEPARATOR_LINE@@@
+ KERNEL vesamenu.c32
+ APPEND pxelinux.cfg/default
+#####
+
+LABEL hilfe
+ MENU LABEL ^Hilfe
+ TEXT HELP
+ Bitte wählen Sie das gewünschte System über die Pfeiltasten
+ und bestätigen Sie mit der Return-Taste.
+ ENDTEXT
+ KERNEL vesamenu.c32
+ APPEND pxelinux.cfg/default