summaryrefslogtreecommitdiffstats
path: root/boot-env/OpenSLX
diff options
context:
space:
mode:
authorOliver Tappe2008-06-07 14:52:05 +0200
committerOliver Tappe2008-06-07 14:52:05 +0200
commit662b466584ea76c3c02b08dc9f3747267308b83b (patch)
tree7c100ee68243b7341ba8959c67ccfaeae486bd4b /boot-env/OpenSLX
parentMinimal environment uclib based with tools for PreBoot and Stage3. (diff)
downloadcore-662b466584ea76c3c02b08dc9f3747267308b83b.tar.gz
core-662b466584ea76c3c02b08dc9f3747267308b83b.tar.xz
core-662b466584ea76c3c02b08dc9f3747267308b83b.zip
trying to solve what seems to be an inconsistency between the repository
and my local Eclipse's idea of where things are ... * moved pxe folder to the place where it's expected by the code git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1854 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'boot-env/OpenSLX')
-rw-r--r--boot-env/OpenSLX/BootEnvironment/pxe/menu-template.example8
-rw-r--r--boot-env/OpenSLX/BootEnvironment/pxe/themes/openslx/openslx.pngbin18173 -> 0 bytes
-rw-r--r--boot-env/OpenSLX/BootEnvironment/pxe/themes/openslx/theme.conf72
3 files changed, 0 insertions, 80 deletions
diff --git a/boot-env/OpenSLX/BootEnvironment/pxe/menu-template.example b/boot-env/OpenSLX/BootEnvironment/pxe/menu-template.example
deleted file mode 100644
index 9d544b71..00000000
--- a/boot-env/OpenSLX/BootEnvironment/pxe/menu-template.example
+++ /dev/null
@@ -1,8 +0,0 @@
-NOESCAPE 0
-PROMPT 0
-TIMEOUT 10
-DEFAULT menu.c32
-IMPLICIT 1
-ALLOWOPTIONS 1
-MENU TITLE Was möchten Sie tun (Auswahl mittels Cursortasten)?
-MENU MASTER PASSWD secret
diff --git a/boot-env/OpenSLX/BootEnvironment/pxe/themes/openslx/openslx.png b/boot-env/OpenSLX/BootEnvironment/pxe/themes/openslx/openslx.png
deleted file mode 100644
index a6033633..00000000
--- a/boot-env/OpenSLX/BootEnvironment/pxe/themes/openslx/openslx.png
+++ /dev/null
Binary files differ
diff --git a/boot-env/OpenSLX/BootEnvironment/pxe/themes/openslx/theme.conf b/boot-env/OpenSLX/BootEnvironment/pxe/themes/openslx/theme.conf
deleted file mode 100644
index 16fcc6a8..00000000
--- a/boot-env/OpenSLX/BootEnvironment/pxe/themes/openslx/theme.conf
+++ /dev/null
@@ -1,72 +0,0 @@
-DEFAULT vesamenu.c32
-MENU BACKGROUND openslx.png
-
-PROMPT 0
-NOESCAPE 1
-TIMEOUT 100
-TOTALTIMEOUT 3000
-MENU WIDTH 78
-MENU MARGIN @@@MENU_MARGIN@@@
-MENU PASSWORDMARGIN @@@MENU_MARGIN@@@
-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 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
-
-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