summaryrefslogtreecommitdiffstats
path: root/boot-env/pxe/themes/openslx/theme.conf
diff options
context:
space:
mode:
authorMichael Janczyk2009-04-02 18:39:32 +0200
committerMichael Janczyk2009-04-02 18:39:32 +0200
commitd3dd8a4b7ab0b81783c12d727045bae357cbda8e (patch)
treefd096ddae6fd4971d56725dc27c8a469df9dc774 /boot-env/pxe/themes/openslx/theme.conf
parentvmchooser binary: (diff)
downloadcore-d3dd8a4b7ab0b81783c12d727045bae357cbda8e.tar.gz
core-d3dd8a4b7ab0b81783c12d727045bae357cbda8e.tar.xz
core-d3dd8a4b7ab0b81783c12d727045bae357cbda8e.zip
disputable realization of pxe-theme as default
openslx theme will now be used as default all theming definitions should take place in a separate file general configuration should take place via slxsettings pxe-passwd='secret' pxe-theme='openslx' pxe-timeout='100' pxe-title='Welcome to OpenSLX' pxe-totaltimeout='600' tftp-server-ip='132.230.4.4' for further tests an include file in etc/opt could be used, which will be loaded at the end i had to introduce tftp-server-ip in slxsettings since i need the ip for (vesa)menu.c32 and the image do you thionk it's to complicated now? we can still change it, any better ideas, simplifications? git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2793 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'boot-env/pxe/themes/openslx/theme.conf')
-rw-r--r--boot-env/pxe/themes/openslx/theme.conf48
1 files changed, 8 insertions, 40 deletions
diff --git a/boot-env/pxe/themes/openslx/theme.conf b/boot-env/pxe/themes/openslx/theme.conf
index 16fcc6a8..159adf78 100644
--- a/boot-env/pxe/themes/openslx/theme.conf
+++ b/boot-env/pxe/themes/openslx/theme.conf
@@ -1,13 +1,12 @@
-DEFAULT vesamenu.c32
-MENU BACKGROUND openslx.png
+# openslx theme style definition
+# please define only look of your theme
+# for non-theme definitions use slxsettings
+# or include file in /etc/opt/openslx/boot-env/pxe/menu-include
-PROMPT 0
-NOESCAPE 1
-TIMEOUT 100
-TOTALTIMEOUT 3000
+MENU BACKGROUND openslx.png
MENU WIDTH 78
-MENU MARGIN @@@MENU_MARGIN@@@
-MENU PASSWORDMARGIN @@@MENU_MARGIN@@@
+MENU MARGIN 9
+MENU PASSWORDMARGIN 9
MENU ROWS 12
MENU TABMSGROW 18
MENU CMDLINEROW 18
@@ -26,6 +25,7 @@ menu color unsel 37;40 #fff0f0f0 #ff8093a1 std
menu color hotkey 1;37;40 #ffff8b00 #ff8093a1 std
menu color sel 7;37;40 #ff1c2a33 #667799bb all
menu color hotsel 1;7;37;40 #ffff8b00 #667799bb all
+menu color disabled 1;37;40 #ffff8b00 #ff8093a1 std
menu color scrollbar 37;40 #40000000 #ee000000 std
menu color tabmsg 37;40 #ffff8b00 #ff8093a1 std
menu color cmdmark 1;37;40 #ffff8b00 #ff8093a1 std
@@ -38,35 +38,3 @@ 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
-MENU MASTER PASSWD secret
-MENU PASSPROMPT Gesicherter Bereich, bitte Passwort eingeben:
-MENU AUTOBOOT Auswahl startet in # Sekunden
-
-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