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/displayserver/tftp/_common_ | |
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/displayserver/tftp/_common_')
6 files changed, 0 insertions, 15 deletions
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 |