From 61c61b43f4f508f384b64ef7f0b4221ad153e84f Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Mon, 15 Sep 2008 17:23:15 +0000 Subject: example for "new" pxelinux theme feature git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2219 95ad53e4-c205-0410-b2fa-d234c58c8868 --- boot-env/pxe/themes/openslx/default | 15 ++++++++++++++ boot-env/pxe/themes/openslx/header | 39 +++++++++++++++++++++++++++++++++++++ 2 files changed, 54 insertions(+) create mode 100644 boot-env/pxe/themes/openslx/default create mode 100644 boot-env/pxe/themes/openslx/header (limited to 'boot-env') diff --git a/boot-env/pxe/themes/openslx/default b/boot-env/pxe/themes/openslx/default new file mode 100644 index 00000000..dfc580a0 --- /dev/null +++ b/boot-env/pxe/themes/openslx/default @@ -0,0 +1,15 @@ +# theme default settings (non-style settings) + +INCLUDE header + +PROMPT 0 +NOESCAPE 1 +TIMEOUT 60 +TOTALTIMEOUT 3000 + +#MENU MASTER PASSWD secret +MENU PASSPROMPT Gesicherter Bereich, bitte Passwort eingeben: +MENU AUTOBOOT Auswahl startet in # Sekunden + +MENU TITLE OpenSLX - Hauptmenü + diff --git a/boot-env/pxe/themes/openslx/header b/boot-env/pxe/themes/openslx/header new file mode 100644 index 00000000..98de4e6f --- /dev/null +++ b/boot-env/pxe/themes/openslx/header @@ -0,0 +1,39 @@ +# theme style definition + +DEFAULT vesamenu.c32 +MENU BACKGROUND openslx.png + +MENU WIDTH 78 +MENU MARGIN 9 +MENU PASSWORDMARGIN 9 +MENU ROWS 12 +MENU TABMSGROW 18 +MENU CMDLINEROW 18 +MENU ENDROW -1 +MENU PASSWORDROW 18 +MENU TIMEOUTROW 18 +MENU HELPMSGROW 18 +MENU HELPMSGENDROW -1 +MENU HSHIFT 0 +MENU VSHIFT 5 + +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 +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 +menu color cmdline 37;40 #fff0f0f0 #ff8093a1 std +menu color pwdborder 37;40 #40000000 #ff8093a1 std +menu color pwdheader 37;40 #ffff8b00 #ff8093a1 std +menu color pwdentry 37;40 #ffff8b00 #ff8093a1 std +menu color timeout_msg 37;40 #ff1c2a33 #00000000 none +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 + -- cgit v1.2.3-55-g7522