summaryrefslogtreecommitdiffstats
path: root/boot-env/syslinux
diff options
context:
space:
mode:
Diffstat (limited to 'boot-env/syslinux')
-rw-r--r--boot-env/syslinux/LICENSE3
-rw-r--r--boot-env/syslinux/README.iso6
-rw-r--r--boot-env/syslinux/README.pxe68
-rwxr-xr-xboot-env/syslinux/extlinuxbin52294 -> 0 bytes
-rw-r--r--boot-env/syslinux/initramfs-shutdownbin665088 -> 0 bytes
-rw-r--r--boot-env/syslinux/isolinux.binbin14336 -> 0 bytes
-rw-r--r--boot-env/syslinux/kernel-shutdownbin688752 -> 0 bytes
-rwxr-xr-xboot-env/syslinux/mboot.c32bin30380 -> 0 bytes
-rw-r--r--boot-env/syslinux/mbr.binbin440 -> 0 bytes
-rwxr-xr-xboot-env/syslinux/menu.c32bin54836 -> 0 bytes
-rw-r--r--boot-env/syslinux/pxechain.combin998 -> 0 bytes
-rw-r--r--boot-env/syslinux/pxelinux.0bin16662 -> 0 bytes
-rw-r--r--boot-env/syslinux/pxemenu-bottom.example39
-rw-r--r--boot-env/syslinux/pxemenu-include.example58
-rwxr-xr-xboot-env/syslinux/syslinuxbin25472 -> 0 bytes
-rw-r--r--boot-env/syslinux/themes/openslx/openslx.pngbin20453 -> 0 bytes
-rw-r--r--boot-env/syslinux/themes/openslx/theme.conf40
-rw-r--r--boot-env/syslinux/themes/openslxpbs/openslx.pngbin168728 -> 0 bytes
-rw-r--r--boot-env/syslinux/themes/openslxpbs/theme.conf40
-rwxr-xr-xboot-env/syslinux/vesamenu.c32bin147996 -> 0 bytes
20 files changed, 0 insertions, 254 deletions
diff --git a/boot-env/syslinux/LICENSE b/boot-env/syslinux/LICENSE
deleted file mode 100644
index 7233bc7e..00000000
--- a/boot-env/syslinux/LICENSE
+++ /dev/null
@@ -1,3 +0,0 @@
-This package is free software distributed under the GPL version 2.
-See http://openslx.org/COPYING. For additional information on the
-SYSLINUX component by H.P. Anwin check http://syslinux.zytor.com!
diff --git a/boot-env/syslinux/README.iso b/boot-env/syslinux/README.iso
deleted file mode 100644
index f9abdbea..00000000
--- a/boot-env/syslinux/README.iso
+++ /dev/null
@@ -1,6 +0,0 @@
-You seem to have the OpenSLX network demo CD/DVD still in your optical
-drive! This is not required. You may safely remove the medium just
-after the first kernel/initramfs is loaded ...
-
-If you have any feedback please consult http://openslx.org/feedback
-and send your comments to feedback@openslx.org!
diff --git a/boot-env/syslinux/README.pxe b/boot-env/syslinux/README.pxe
deleted file mode 100644
index 9a14ee52..00000000
--- a/boot-env/syslinux/README.pxe
+++ /dev/null
@@ -1,68 +0,0 @@
-The PXE stuff uses HPAs syslinux, see http://syslinux.zytor.com!
-
-Example how the PXElinux information is gathered:
-
-############################## PXElinux-menu file ##############################
-##### first static information is written, can't be changed #####
-##### override with include-menu (except DEFAULT vesamenu.c32) #####
-# #
-# DEFAULT vesamenu.c32 #
-# NOESCAPE 0 #
-# PROMPT 0 #
-# #
-##### then theme specific information is written (if theme specified) #####
-##### #####
-# #
-# MENU BACKGROUND openslx.png #
-# MENU WIDTH 78 #
-# . #
-# . #
-# menu color unsel 37;40 #fff0f0f0 #ff8093a1 std #
-# . #
-# . #
-# . #
-# #
-##### now slxsettings configuration is being read #####
-##### #####
-# #
-# TIMEOUT 100 #
-# TOTALTIMEOUT 600 #
-# MENU MASTER PASSWD secret #
-# MENU TITLE Welcome to OpenSLX #
-# #
-##### after this /etc/opt/openslx/boot-env/syslinux/pxemenu-include is #####
-##### included if it is existing, overriding above statements #####
-# #
-# MENU PASSPROMPT Gesicherter Bereich, bitte Passwort eingeben: #
-# MENU AUTOBOOT Auswahl startet in # Sekunden #
-# . #
-# . #
-# . #
-# #
-##### at this point the system labels are being included #####
-##### #####
-# #
-# LABEL openslx-suse-11.0-default::nfs #
-# MENU LABEL ^SUSE 11.0 System / NFS #
-# KERNEL suse-11.0-default/vmlinuz-2.6.25.20-0.1-pae #
-# APPEND quiet vga=791 initrd=suse-11.0-default/initramfs-1 file #
-# IPAPPEND 3 #
-# TEXT HELP #
-# OpenSUSE 11.0 System #
-# ENDTEXT #
-# . #
-# . #
-# . #
-# #
-##### at the end /etc/opt/openslx/boot-env/syslinux/pxemenu-bottom is #####
-##### being incl. if existing #####
-##### please specify only systems and further menus #####
-# #
-# MENU SEPARATOR #
-# LABEL test #
-# MENU LABEL ^Testmenu #
-# MENU PASSWD test #
-# KERNEL pxechain.com #
-# APPEND 192.168.1.1::pxelinux.0 #
-# #
-########################## End of PXElinux-menu file ###########################
diff --git a/boot-env/syslinux/extlinux b/boot-env/syslinux/extlinux
deleted file mode 100755
index 69d8bf56..00000000
--- a/boot-env/syslinux/extlinux
+++ /dev/null
Binary files differ
diff --git a/boot-env/syslinux/initramfs-shutdown b/boot-env/syslinux/initramfs-shutdown
deleted file mode 100644
index 3e4376bd..00000000
--- a/boot-env/syslinux/initramfs-shutdown
+++ /dev/null
Binary files differ
diff --git a/boot-env/syslinux/isolinux.bin b/boot-env/syslinux/isolinux.bin
deleted file mode 100644
index bd778b3b..00000000
--- a/boot-env/syslinux/isolinux.bin
+++ /dev/null
Binary files differ
diff --git a/boot-env/syslinux/kernel-shutdown b/boot-env/syslinux/kernel-shutdown
deleted file mode 100644
index ddb180dd..00000000
--- a/boot-env/syslinux/kernel-shutdown
+++ /dev/null
Binary files differ
diff --git a/boot-env/syslinux/mboot.c32 b/boot-env/syslinux/mboot.c32
deleted file mode 100755
index 929ade6f..00000000
--- a/boot-env/syslinux/mboot.c32
+++ /dev/null
Binary files differ
diff --git a/boot-env/syslinux/mbr.bin b/boot-env/syslinux/mbr.bin
deleted file mode 100644
index 8592b598..00000000
--- a/boot-env/syslinux/mbr.bin
+++ /dev/null
Binary files differ
diff --git a/boot-env/syslinux/menu.c32 b/boot-env/syslinux/menu.c32
deleted file mode 100755
index 67f9c29b..00000000
--- a/boot-env/syslinux/menu.c32
+++ /dev/null
Binary files differ
diff --git a/boot-env/syslinux/pxechain.com b/boot-env/syslinux/pxechain.com
deleted file mode 100644
index 8c4e0c5b..00000000
--- a/boot-env/syslinux/pxechain.com
+++ /dev/null
Binary files differ
diff --git a/boot-env/syslinux/pxelinux.0 b/boot-env/syslinux/pxelinux.0
deleted file mode 100644
index 0df4fbed..00000000
--- a/boot-env/syslinux/pxelinux.0
+++ /dev/null
Binary files differ
diff --git a/boot-env/syslinux/pxemenu-bottom.example b/boot-env/syslinux/pxemenu-bottom.example
deleted file mode 100644
index 29ceee3c..00000000
--- a/boot-env/syslinux/pxemenu-bottom.example
+++ /dev/null
@@ -1,39 +0,0 @@
-# this include file will be loaded at the bottom of the menu after the system
-# labels, please define only further menus and systems
-# for theme configuration use theme.conf in your theme directory
-# general settings can be set via slxsettings
-# please copy to pxemenu-bottom if needed
-
-## example: shutdown label in menu
-#LABEL shutdown
-# MENU LABEL ^Shutdown PC
-# KERNEL kernel-shutdown
-# APPEND initrd=initramfs-shutdown quiet
-
-## help label not selectable
-#LABEL help
-# MENU LABEL Press 'F1' for help
-# MENU DISABLE
-
-## example: add an additional menu on the same tftp server
-#LABEL test
-# MENU LABEL ^Testmeu
-# KERNEL vesamenu.c32
-# APPEND testmenu
-
-## example: add an additional menu on a different tftp server, with passwd
-#LABEL test2
-# MENU LABEL ^Testmeu
-# MENU PASSWD test
-# KERNEL pxechain.com
-# APPEND 192.168.101.102::pxelinux.0
-
-## example blank line / menu separator
-#MENU SEPARATOR
-
-## example localboot with passwd
-#LABEL local
-# MENU LABEL Boot from local ^Harddisk
-# MENU PASSWD local
-# localboot 0
-
diff --git a/boot-env/syslinux/pxemenu-include.example b/boot-env/syslinux/pxemenu-include.example
deleted file mode 100644
index c09f8e70..00000000
--- a/boot-env/syslinux/pxemenu-include.example
+++ /dev/null
@@ -1,58 +0,0 @@
-# this include file will be loaded at the end of theme and slxsettings
-# configuration but right before the system labels
-# it will overwrite existing defs
-# for theme configuration use theme.conf in your theme directory
-# general settings can be set via slxsettings
-# please copy to pxemenu-include if needed
-
-## example german help:
-#MENU PASSPROMPT Gesicherter Bereich, bitte Passwort eingeben:
-#MENU AUTOBOOT Auswahl startet in # Sekunden
-
-## example: shutdown on timeout
-#ONTIMEOUT shutdown
-#LABEL shutdown
-# MENU HIDE
-# KERNEL kernel-shutdown
-# APPEND initrd=initramfs-shutdown quiet
-
-## example: shutdown label in menu
-#LABEL shutdown2
-# MENU LABEL ^Shutdown PC
-# KERNEL kernel-shutdown
-# APPEND initrd=initramfs-shutdown quiet
-
-## help/... text on F1 keypress
-#F1 help_01.txt
-## optionally with info
-#LABEL help
-# MENU LABEL Press 'F1' for help
-# MENU DISABLE
-
-## example: add an additional menu on the same tftp server
-#LABEL test
-# MENU LABEL ^Testmeu
-# KERNEL vesamenu.c32
-# APPEND testmenu
-
-## example: add an additional menu on a different tftp server, with passwd
-#LABEL test2
-# MENU LABEL ^Testmeu
-# MENU PASSWD test
-# KERNEL pxechain.com
-# APPEND 192.168.101.102::pxelinux.0
-
-## example non-selectable line
-#LABEL -
-# MENU LABEL ________________________________________________________
-# MENU DISABLE
-
-## example blank line / menu separator
-#MENU SEPARATOR
-
-## example localboot with passwd
-#LABEL local
-# MENU LABEL Boot from local ^Harddisk
-# MENU PASSWD local
-# localboot 0
-
diff --git a/boot-env/syslinux/syslinux b/boot-env/syslinux/syslinux
deleted file mode 100755
index 92b1b907..00000000
--- a/boot-env/syslinux/syslinux
+++ /dev/null
Binary files differ
diff --git a/boot-env/syslinux/themes/openslx/openslx.png b/boot-env/syslinux/themes/openslx/openslx.png
deleted file mode 100644
index ccf8cc0a..00000000
--- a/boot-env/syslinux/themes/openslx/openslx.png
+++ /dev/null
Binary files differ
diff --git a/boot-env/syslinux/themes/openslx/theme.conf b/boot-env/syslinux/themes/openslx/theme.conf
deleted file mode 100644
index e28562d6..00000000
--- a/boot-env/syslinux/themes/openslx/theme.conf
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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/syslinux/pxemenu-include
-
-MENU BACKGROUND openslx.png
-MENU WIDTH 78
-MENU MARGIN 9
-MENU PASSWORDMARGIN 9
-MENU ROWS 10
-MENU TABMSGROW 16
-MENU CMDLINEROW 16
-MENU ENDROW -1
-MENU PASSWORDROW 16
-MENU TIMEOUTROW 20
-MENU HELPMSGROW 16
-MENU HELPMSGENDROW -1
-MENU HSHIFT 0
-MENU VSHIFT 7
-
-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 #fff0f0f0 #ff8093a1 std
-menu color timeout 1;37;40 #ffff8b00 #ff8093a1 std
-menu color help 37;40 #ff1c2a33 #00000000 none
-MENU MSGCOLOR #ff1c2a33 #00000000 none
-
diff --git a/boot-env/syslinux/themes/openslxpbs/openslx.png b/boot-env/syslinux/themes/openslxpbs/openslx.png
deleted file mode 100644
index fefbfdf3..00000000
--- a/boot-env/syslinux/themes/openslxpbs/openslx.png
+++ /dev/null
Binary files differ
diff --git a/boot-env/syslinux/themes/openslxpbs/theme.conf b/boot-env/syslinux/themes/openslxpbs/theme.conf
deleted file mode 100644
index e28562d6..00000000
--- a/boot-env/syslinux/themes/openslxpbs/theme.conf
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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/syslinux/pxemenu-include
-
-MENU BACKGROUND openslx.png
-MENU WIDTH 78
-MENU MARGIN 9
-MENU PASSWORDMARGIN 9
-MENU ROWS 10
-MENU TABMSGROW 16
-MENU CMDLINEROW 16
-MENU ENDROW -1
-MENU PASSWORDROW 16
-MENU TIMEOUTROW 20
-MENU HELPMSGROW 16
-MENU HELPMSGENDROW -1
-MENU HSHIFT 0
-MENU VSHIFT 7
-
-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 #fff0f0f0 #ff8093a1 std
-menu color timeout 1;37;40 #ffff8b00 #ff8093a1 std
-menu color help 37;40 #ff1c2a33 #00000000 none
-MENU MSGCOLOR #ff1c2a33 #00000000 none
-
diff --git a/boot-env/syslinux/vesamenu.c32 b/boot-env/syslinux/vesamenu.c32
deleted file mode 100755
index 804e2fb8..00000000
--- a/boot-env/syslinux/vesamenu.c32
+++ /dev/null
Binary files differ