diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-01-07 07:45:26 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-01-07 07:45:26 +0100 |
commit | ecfd884402dc0aa802f5c0c7503b453873c2a23f (patch) | |
tree | 54bf4dfed8b38ef74fedb46f01c0812dc8525ee1 /examples | |
parent | bbd091be9b76ea6697f8c0b01809c7c771cc036c (diff) | |
download | itzks-systems-ecfd884402dc0aa802f5c0c7503b453873c2a23f.tar.gz itzks-systems-ecfd884402dc0aa802f5c0c7503b453873c2a23f.tar.bz2 itzks-systems-ecfd884402dc0aa802f5c0c7503b453873c2a23f.zip |
examples/displayserver/: Drop example TFTP configuration for syslinux. This needs to be ported to iPXE some time near in the future.
Diffstat (limited to 'examples')
17 files changed, 0 insertions, 46 deletions
diff --git a/examples/displayserver/README.tftp b/examples/displayserver/README.tftp deleted file mode 100644 index 22221b3..0000000 --- a/examples/displayserver/README.tftp +++ /dev/null @@ -1,10 +0,0 @@ -This folder contains a PXE boot environment that provides the -boot menu for display systems as provided by a standalone -ITZkS Substitute Teacher Schedule Display Server (aka displayserver). - -Installation steps: - - 1. Untar these files to displayserver:/srv/tftp - - $ tar xvz -C /srv -f displayserver-tftp.tar.gz - diff --git a/examples/displayserver/tftp/_common_/debian-edu/display.cfg b/examples/displayserver/tftp/_common_/debian-edu/display.cfg deleted file mode 100644 index 01af6ba..0000000 --- a/examples/displayserver/tftp/_common_/debian-edu/display.cfg +++ /dev/null @@ -1,5 +0,0 @@ -LABEL vplan - MENU LABEL ^Vertretungsplan / Info-Terminal - MENU DEFAULT - KERNEL display/amd64/vmlinuz - APPEND initrd=ltsp/amd64.jessie/initrd.img init=/sbin/init-ltsp nfsroot=/opt/ltsp/amd64.jessie,intr,rsize=1048576,wsize=1048576 boot=nfs ro quiet ipappend 2 diff --git a/examples/displayserver/tftp/_common_/debian-edu/memtest.cfg b/examples/displayserver/tftp/_common_/debian-edu/memtest.cfg deleted file mode 100644 index 8bf162a..0000000 --- a/examples/displayserver/tftp/_common_/debian-edu/memtest.cfg +++ /dev/null @@ -1,6 +0,0 @@ -LABEL memtest86+ - MENU LABEL Speichertest (memtest86+) - kernel debian-edu/memtest86+.bin -LABEL memtest86 - MENU LABEL Speichertest (memtest86) - kernel debian-edu/memtest86.bin diff --git a/examples/displayserver/tftp/_common_/display/amd64/initrd.img b/examples/displayserver/tftp/_common_/display/amd64/initrd.img deleted file mode 120000 index b19c163..0000000 --- a/examples/displayserver/tftp/_common_/display/amd64/initrd.img +++ /dev/null @@ -1 +0,0 @@ -/srv/ltsp/amd64.jessie/initrd.img
\ No newline at end of file diff --git a/examples/displayserver/tftp/_common_/display/amd64/vmlinuz b/examples/displayserver/tftp/_common_/display/amd64/vmlinuz deleted file mode 120000 index 49f9a5f..0000000 --- a/examples/displayserver/tftp/_common_/display/amd64/vmlinuz +++ /dev/null @@ -1 +0,0 @@ -/srv/ltsp/amd64.jessie/vmlinuz
\ No newline at end of file diff --git a/examples/displayserver/tftp/_common_/pxelinux/jessie/pxelinux.0 b/examples/displayserver/tftp/_common_/pxelinux/jessie/pxelinux.0 deleted file mode 120000 index f723d02..0000000 --- a/examples/displayserver/tftp/_common_/pxelinux/jessie/pxelinux.0 +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/PXELINUX/pxelinux.0
\ No newline at end of file diff --git a/examples/displayserver/tftp/_common_/syslinux/jessie/syslinux b/examples/displayserver/tftp/_common_/syslinux/jessie/syslinux deleted file mode 120000 index 7bea767..0000000 --- a/examples/displayserver/tftp/_common_/syslinux/jessie/syslinux +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/syslinux/modules/bios
\ No newline at end of file diff --git a/examples/displayserver/tftp/debian-edu/debian-edu-splash.png b/examples/displayserver/tftp/debian-edu/debian-edu-splash.png deleted file mode 120000 index 246e4dc..0000000 --- a/examples/displayserver/tftp/debian-edu/debian-edu-splash.png +++ /dev/null @@ -1 +0,0 @@ -/usr/share/desktop-base/active-theme/grub/grub-4x3.png
\ No newline at end of file diff --git a/examples/displayserver/tftp/debian-edu/default-menu.cfg b/examples/displayserver/tftp/debian-edu/default-menu.cfg deleted file mode 100644 index 4697e25..0000000 --- a/examples/displayserver/tftp/debian-edu/default-menu.cfg +++ /dev/null @@ -1,12 +0,0 @@ -include debian-edu/display.cfg -MENU SEPARATOR -include debian-edu/memtest.cfg - -menu hshift 13 -menu width 72 -menu background debian-edu/debian-edu-splash.png -menu tabmsg ENTER: System starten; TAB: Menueeintraege editieren -menu autoboot Automatischer Systemstart in # Sekunde{,n} -default syslinux/vesamenu.c32 -prompt 0 -timeout 30 diff --git a/examples/displayserver/tftp/debian-edu/display.cfg b/examples/displayserver/tftp/debian-edu/display.cfg deleted file mode 120000 index 5d11f72..0000000 --- a/examples/displayserver/tftp/debian-edu/display.cfg +++ /dev/null @@ -1 +0,0 @@ -../_common_/debian-edu/display.cfg
\ No newline at end of file diff --git a/examples/displayserver/tftp/debian-edu/memtest.cfg b/examples/displayserver/tftp/debian-edu/memtest.cfg deleted file mode 120000 index 953ea54..0000000 --- a/examples/displayserver/tftp/debian-edu/memtest.cfg +++ /dev/null @@ -1 +0,0 @@ -../_common_/debian-edu/memtest.cfg
\ No newline at end of file diff --git a/examples/displayserver/tftp/debian-edu/memtest86+.bin b/examples/displayserver/tftp/debian-edu/memtest86+.bin deleted file mode 120000 index 1b74cce..0000000 --- a/examples/displayserver/tftp/debian-edu/memtest86+.bin +++ /dev/null @@ -1 +0,0 @@ -/boot/memtest86+.bin
\ No newline at end of file diff --git a/examples/displayserver/tftp/debian-edu/memtest86.bin b/examples/displayserver/tftp/debian-edu/memtest86.bin deleted file mode 120000 index 2596a63..0000000 --- a/examples/displayserver/tftp/debian-edu/memtest86.bin +++ /dev/null @@ -1 +0,0 @@ -/boot/memtest86.bin
\ No newline at end of file diff --git a/examples/displayserver/tftp/display b/examples/displayserver/tftp/display deleted file mode 120000 index e94a655..0000000 --- a/examples/displayserver/tftp/display +++ /dev/null @@ -1 +0,0 @@ -./_common_/display
\ No newline at end of file diff --git a/examples/displayserver/tftp/pxelinux.0 b/examples/displayserver/tftp/pxelinux.0 deleted file mode 120000 index d23a196..0000000 --- a/examples/displayserver/tftp/pxelinux.0 +++ /dev/null @@ -1 +0,0 @@ -./_common_/pxelinux/jessie/pxelinux.0
\ No newline at end of file diff --git a/examples/displayserver/tftp/pxelinux.cfg/default b/examples/displayserver/tftp/pxelinux.cfg/default deleted file mode 120000 index ec0c12a..0000000 --- a/examples/displayserver/tftp/pxelinux.cfg/default +++ /dev/null @@ -1 +0,0 @@ -../debian-edu/default-menu.cfg
\ No newline at end of file diff --git a/examples/displayserver/tftp/syslinux b/examples/displayserver/tftp/syslinux deleted file mode 120000 index f6725ad..0000000 --- a/examples/displayserver/tftp/syslinux +++ /dev/null @@ -1 +0,0 @@ -./_common_/syslinux/jessie/syslinux
\ No newline at end of file |