From 510e024f21cd38ab87c0ffa25291eacd996955f3 Mon Sep 17 00:00:00 2001 From: torben Date: Fri, 13 Nov 2015 11:56:45 +0100 Subject: Sync. --- dev-tools/ipxelinux.0.torben | Bin 0 -> 90476 bytes dev-tools/tftp/openslx.png | Bin 0 -> 77561 bytes dev-tools/tftp/pxechain.com | Bin 0 -> 998 bytes dev-tools/tftp/pxelinux.cfg/default | 70 ++++++++++++++++++++++++++++++++++++ dev-tools/tftp/vesamenu.c32 | Bin 0 -> 155792 bytes 5 files changed, 70 insertions(+) create mode 100644 dev-tools/ipxelinux.0.torben create mode 100644 dev-tools/tftp/openslx.png create mode 100644 dev-tools/tftp/pxechain.com create mode 100644 dev-tools/tftp/pxelinux.cfg/default create mode 100755 dev-tools/tftp/vesamenu.c32 (limited to 'dev-tools') diff --git a/dev-tools/ipxelinux.0.torben b/dev-tools/ipxelinux.0.torben new file mode 100644 index 00000000..3c772236 Binary files /dev/null and b/dev-tools/ipxelinux.0.torben differ diff --git a/dev-tools/tftp/openslx.png b/dev-tools/tftp/openslx.png new file mode 100644 index 00000000..1889edb7 Binary files /dev/null and b/dev-tools/tftp/openslx.png differ diff --git a/dev-tools/tftp/pxechain.com b/dev-tools/tftp/pxechain.com new file mode 100644 index 00000000..8c4e0c5b Binary files /dev/null and b/dev-tools/tftp/pxechain.com differ diff --git a/dev-tools/tftp/pxelinux.cfg/default b/dev-tools/tftp/pxelinux.cfg/default new file mode 100644 index 00000000..2a0e4cc0 --- /dev/null +++ b/dev-tools/tftp/pxelinux.cfg/default @@ -0,0 +1,70 @@ +DEFAULT vesamenu.c32 + +NOESCAPE 1 +PROMPT 0 +MENU MASTER PASSWD $6$ZF6CQg1WsYRol8VB$BPMPN32qsihjciRbCjCDCFC3tkHoRaZygpR/t7ihjT0YYW1vyrNOUazflIaDAZXbzaTfnDPIYqfFDYKtUdh620 + +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 #80000000 #00000000 std +menu color border 37;40 #40000000 #ff757575 std +menu color title 1;37;40 #ffff8b00 #ff757575 std +menu color unsel 37;40 #ffffffff #ff757575 std +menu color hotkey 1;37;40 #ffff8b00 #ff757575 std +menu color disabled 1;37;40 #ffff8b00 #ff757575 std +menu color tabmsg 37;40 #ffff8b00 #ff757575 std +menu color cmdmark 1;37;40 #ffff8b00 #ff757575 std +menu color cmdline 37;40 #fff0f0f0 #ff757575 std +menu color pwdborder 37;40 #40000000 #ff757575 std +menu color pwdheader 37;40 #ffff8b00 #ff757575 std +menu color pwdentry 37;40 #ffff8b00 #ff757575 std +menu color timeout_msg 37;40 #fff0f0f0 #ff757575 std +menu color timeout 1;37;40 #ffff8b00 #ff757575 std +menu color sel 7;37;40 #ff000000 #ffcccccc all +menu color hotsel 1;7;37;40 #ffff8b00 #ffcccccc all +menu color scrollbar 37;40 #40000000 #ff000000 std +menu color help 37;40 #ff1c2a33 #00000000 none +MENU MSGCOLOR #ff1c2a33 #00000000 none + +# !! The template is UTF-8, conversion to codepage 437 is done by the taskmanager !! + +TIMEOUT 100 +TOTALTIMEOUT 400 + +MENU TITLE bwLehrpool Bootmen +MENU AUTOBOOT Automatischer Boot in # Sekunde{,n} +MENU PASSPROMPT Passwort ben”tigt + +MENU CLEAR +ONTIMEOUT net + + +LABEL shutdown + MENU HIDE + KERNEL kernel-shutdown + APPEND initrd=initramfs-shutdown quiet + + +LABEL net + MENU LABEL ^Dracut TEST + KERNEL http://132.230.8.199/boot/default/kernel + INITRD http://132.230.8.199/boot/default/initramfs-stage31 + APPEND slxbase=boot/default vga=current quiet splash + IPAPPEND 3 + MENU DEFAULT + + + diff --git a/dev-tools/tftp/vesamenu.c32 b/dev-tools/tftp/vesamenu.c32 new file mode 100755 index 00000000..06119cd2 Binary files /dev/null and b/dev-tools/tftp/vesamenu.c32 differ -- cgit v1.2.3-55-g7522