diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-01-05 22:42:53 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2022-01-05 22:42:53 +0100 |
commit | 94464c8d14184630abf83d6aa51efe240c3ce6c9 (patch) | |
tree | 7776ed8d6be76a004b13298ee38edccaa43b5104 | |
parent | ad8221bdfe75619d8e80c3b41f81d44e4879df2f (diff) | |
download | itzks-systems-94464c8d14184630abf83d6aa51efe240c3ce6c9.tar.gz itzks-systems-94464c8d14184630abf83d6aa51efe240c3ce6c9.tar.bz2 itzks-systems-94464c8d14184630abf83d6aa51efe240c3ce6c9.zip |
examples/disklserver: Drop folder and TFTP example config contained inside. Not needed anymore, handled fully by LTSP.
101 files changed, 0 insertions, 252 deletions
diff --git a/debian/itzks-systems-disklserver.examples b/debian/itzks-systems-disklserver.examples deleted file mode 100644 index b98fe86..0000000 --- a/debian/itzks-systems-disklserver.examples +++ /dev/null @@ -1,2 +0,0 @@ -examples/disklserver/README.tftp -examples/disklserver/disklserver-tftp.tar.gz diff --git a/debian/rules b/debian/rules index 3327dbd..038e38a 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,6 @@ override_dh_installinit: override_dh_installexamples: cd examples/mainserver/ && tar cvf mainserver-tftp.tar tftp && gzip -9n mainserver-tftp.tar - cd examples/disklserver/ && tar cvf disklserver-tftp.tar tftp && gzip -9n disklserver-tftp.tar cd examples/displayserver/ && tar cvf displayserver-tftp.tar tftp && gzip -9n displayserver-tftp.tar cd examples/backup/ && tar cvf backup-dirvish.tar dirvish && gzip -9n backup-dirvish.tar dh_installexamples diff --git a/examples/disklserver/README.tftp b/examples/disklserver/README.tftp deleted file mode 100644 index 30b2265..0000000 --- a/examples/disklserver/README.tftp +++ /dev/null @@ -1,10 +0,0 @@ -This folder contains a PXE boot environments that provides the -boot menu for diskless workstations as provided by a standalone -Debian Edu based diskless chroot image server (aka disklserver). - -Installation steps: - - 1. Untar these files to disklserver:/srv/tftp - - $ tar xvz -C /srv -f disklserver-tftp.tar.gz - diff --git a/examples/disklserver/tftp/_common_/debian-edu/localboot-generic.cfg b/examples/disklserver/tftp/_common_/debian-edu/localboot-generic.cfg deleted file mode 100644 index 87bc738..0000000 --- a/examples/disklserver/tftp/_common_/debian-edu/localboot-generic.cfg +++ /dev/null @@ -1,4 +0,0 @@ -# German -LABEL localboot-generic - MENU LABEL Von Festplatte ^starten - localboot 0 diff --git a/examples/disklserver/tftp/_common_/debian-edu/localboot-mswin.cfg b/examples/disklserver/tftp/_common_/debian-edu/localboot-mswin.cfg deleted file mode 100644 index dc38819..0000000 --- a/examples/disklserver/tftp/_common_/debian-edu/localboot-mswin.cfg +++ /dev/null @@ -1,4 +0,0 @@ -# German -LABEL localboot-mswin - MENU LABEL MS ^Windows starten - localboot 0 diff --git a/examples/disklserver/tftp/_common_/debian-edu/ltsp-diskless-jessie.cfg b/examples/disklserver/tftp/_common_/debian-edu/ltsp-diskless-jessie.cfg deleted file mode 100644 index 359c59c..0000000 --- a/examples/disklserver/tftp/_common_/debian-edu/ltsp-diskless-jessie.cfg +++ /dev/null @@ -1,5 +0,0 @@ -LABEL ltsp-diskless-jessie - MENU LABEL ^Diskless Workstation (Debian Edu 8.0) [NFS] - MENU DEFAULT - KERNEL ltsp/i386+jessie/vmlinuz - APPEND initrd=ltsp/i386+jessie/initrd.img init=/sbin/init-ltsp nfsroot=/opt/ltsp/i386+jessie,v3,tcp,intr,rsize=1048576,wsize=1048576 boot=nfs ro quiet ipappend 2 diff --git a/examples/disklserver/tftp/_common_/debian-edu/ltsp-diskless-stretch.cfg b/examples/disklserver/tftp/_common_/debian-edu/ltsp-diskless-stretch.cfg deleted file mode 100644 index 3a2d71a..0000000 --- a/examples/disklserver/tftp/_common_/debian-edu/ltsp-diskless-stretch.cfg +++ /dev/null @@ -1,13 +0,0 @@ -LABEL ltsp-diskless-stretch - MENU LABEL ^Diskless Workstation (Debian Edu 9.0) [NFS] -# MENU DEFAULT - KERNEL ltsp/amd64+stretch/vmlinuz - APPEND initrd=ltsp/amd64+stretch/initrd.img init=/sbin/init-ltsp nfsroot=/opt/ltsp/amd64+stretch,v3,tcp,intr,rsize=1048576,wsize=1048576 boot=nfs ro quiet splash ipappend - -LABEL ltsp-diskless-stretch-NBD - MENU LABEL ^Diskless Workstation (Debian Edu 9.0) [NBD] -# MENU DEFAULT - KERNEL ltsp/amd64+stretch/vmlinuz - APPEND append ro initrd=ltsp/amd64+stretch/initrd.img init=/sbin/init-ltsp quiet root=/dev/nbd0 nbdroot=/opt/ltsp/amd64_stretch splash - IPAPPEND 3 - diff --git a/examples/disklserver/tftp/_common_/debian-edu/memtest.cfg b/examples/disklserver/tftp/_common_/debian-edu/memtest.cfg deleted file mode 100644 index 8bf162a..0000000 --- a/examples/disklserver/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/disklserver/tftp/_common_/debian-edu/mint-workstation.cfg b/examples/disklserver/tftp/_common_/debian-edu/mint-workstation.cfg deleted file mode 100644 index ed5660d..0000000 --- a/examples/disklserver/tftp/_common_/debian-edu/mint-workstation.cfg +++ /dev/null @@ -1,3 +0,0 @@ -LABEL mint-workstation - MENU LABEL Linux Mint - localboot 0 diff --git a/examples/disklserver/tftp/_common_/debian-edu/skolelinux-workstation.cfg b/examples/disklserver/tftp/_common_/debian-edu/skolelinux-workstation.cfg deleted file mode 100644 index 798b022..0000000 --- a/examples/disklserver/tftp/_common_/debian-edu/skolelinux-workstation.cfg +++ /dev/null @@ -1,3 +0,0 @@ -LABEL skolelinux-workstation - MENU LABEL Debian Edu/Skolelinux Arbeitsstation - localboot 0 diff --git a/examples/disklserver/tftp/_common_/debian-edu/ubuntu-workstation.cfg b/examples/disklserver/tftp/_common_/debian-edu/ubuntu-workstation.cfg deleted file mode 100644 index 11dc813..0000000 --- a/examples/disklserver/tftp/_common_/debian-edu/ubuntu-workstation.cfg +++ /dev/null @@ -1,3 +0,0 @@ -LABEL ubuntu-workstation - MENU LABEL Ubuntu GNU/Linux - localboot 0 diff --git a/examples/disklserver/tftp/_common_/debian-edu/x2go-tce.cfg b/examples/disklserver/tftp/_common_/debian-edu/x2go-tce.cfg deleted file mode 100644 index 18ccd4c..0000000 --- a/examples/disklserver/tftp/_common_/debian-edu/x2go-tce.cfg +++ /dev/null @@ -1,4 +0,0 @@ -LABEL x2go-tce - MENU LABEL ^X2Go Thin Client (i486) - KERNEL x2go/i386/vmlinuz - APPEND initrd=x2go/i386/initrd.img nfsroot=/opt/x2gothinclient/chroot,v3,tcp,intr,rsize=1048576,wsize=1048576 boot=nfs ro quiet diff --git a/examples/disklserver/tftp/_common_/ltsp/amd64+stretch/initrd.img b/examples/disklserver/tftp/_common_/ltsp/amd64+stretch/initrd.img deleted file mode 120000 index cd8993f..0000000 --- a/examples/disklserver/tftp/_common_/ltsp/amd64+stretch/initrd.img +++ /dev/null @@ -1 +0,0 @@ -/srv/ltsp/amd64+stretch/initrd.img
\ No newline at end of file diff --git a/examples/disklserver/tftp/_common_/ltsp/amd64+stretch/vmlinuz b/examples/disklserver/tftp/_common_/ltsp/amd64+stretch/vmlinuz deleted file mode 120000 index f063f8e..0000000 --- a/examples/disklserver/tftp/_common_/ltsp/amd64+stretch/vmlinuz +++ /dev/null @@ -1 +0,0 @@ -/srv/ltsp/amd64+stretch/vmlinuz
\ No newline at end of file diff --git a/examples/disklserver/tftp/_common_/ltsp/i386+jessie/initrd.img b/examples/disklserver/tftp/_common_/ltsp/i386+jessie/initrd.img deleted file mode 120000 index 1e57586..0000000 --- a/examples/disklserver/tftp/_common_/ltsp/i386+jessie/initrd.img +++ /dev/null @@ -1 +0,0 @@ -/srv/ltsp/i386+jessie/boot/initrd.img
\ No newline at end of file diff --git a/examples/disklserver/tftp/_common_/ltsp/i386+jessie/vmlinuz b/examples/disklserver/tftp/_common_/ltsp/i386+jessie/vmlinuz deleted file mode 120000 index 46cc704..0000000 --- a/examples/disklserver/tftp/_common_/ltsp/i386+jessie/vmlinuz +++ /dev/null @@ -1 +0,0 @@ -/srv/ltsp/i386+jessie/boot/vmlinuz
\ No newline at end of file diff --git a/examples/disklserver/tftp/_common_/pxelinux/jessie/pxelinux.0 b/examples/disklserver/tftp/_common_/pxelinux/jessie/pxelinux.0 deleted file mode 120000 index f723d02..0000000 --- a/examples/disklserver/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/disklserver/tftp/_common_/pxelinux/stretch/pxelinux.0 b/examples/disklserver/tftp/_common_/pxelinux/stretch/pxelinux.0 deleted file mode 120000 index f723d02..0000000 --- a/examples/disklserver/tftp/_common_/pxelinux/stretch/pxelinux.0 +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/PXELINUX/pxelinux.0
\ No newline at end of file diff --git a/examples/disklserver/tftp/_common_/syslinux/jessie/syslinux b/examples/disklserver/tftp/_common_/syslinux/jessie/syslinux deleted file mode 120000 index 7bea767..0000000 --- a/examples/disklserver/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/disklserver/tftp/_common_/syslinux/stretch/syslinux b/examples/disklserver/tftp/_common_/syslinux/stretch/syslinux deleted file mode 120000 index 7bea767..0000000 --- a/examples/disklserver/tftp/_common_/syslinux/stretch/syslinux +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/syslinux/modules/bios
\ No newline at end of file diff --git a/examples/disklserver/tftp/_common_/x2go/i386/initrd.img b/examples/disklserver/tftp/_common_/x2go/i386/initrd.img deleted file mode 120000 index 4f0f0b5..0000000 --- a/examples/disklserver/tftp/_common_/x2go/i386/initrd.img +++ /dev/null @@ -1 +0,0 @@ -/opt/x2gothinclient/chroot/boot/initrd.img
\ No newline at end of file diff --git a/examples/disklserver/tftp/_common_/x2go/i386/vmlinuz b/examples/disklserver/tftp/_common_/x2go/i386/vmlinuz deleted file mode 120000 index 74fb488..0000000 --- a/examples/disklserver/tftp/_common_/x2go/i386/vmlinuz +++ /dev/null @@ -1 +0,0 @@ -/opt/x2gothinclient/chroot/boot/vmlinuz
\ No newline at end of file diff --git a/examples/disklserver/tftp/diskless+localdisk+x2go/debian-edu/debian-edu-splash.png b/examples/disklserver/tftp/diskless+localdisk+x2go/debian-edu/debian-edu-splash.png deleted file mode 120000 index 246e4dc..0000000 --- a/examples/disklserver/tftp/diskless+localdisk+x2go/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/disklserver/tftp/diskless+localdisk+x2go/debian-edu/default-menu.cfg b/examples/disklserver/tftp/diskless+localdisk+x2go/debian-edu/default-menu.cfg deleted file mode 100644 index 88a684c..0000000 --- a/examples/disklserver/tftp/diskless+localdisk+x2go/debian-edu/default-menu.cfg +++ /dev/null @@ -1,17 +0,0 @@ -include debian-edu/localboot-generic.cfg -MENU SEPARATOR -include debian-edu/ltsp-diskless-stretch.cfg -include debian-edu/ltsp-diskless-jessie.cfg -#include debian-edu/x2go-tce.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 100 -ontimeout localboot-generic diff --git a/examples/disklserver/tftp/diskless+localdisk+x2go/debian-edu/localboot-generic.cfg b/examples/disklserver/tftp/diskless+localdisk+x2go/debian-edu/localboot-generic.cfg deleted file mode 120000 index 08a2e34..0000000 --- a/examples/disklserver/tftp/diskless+localdisk+x2go/debian-edu/localboot-generic.cfg +++ /dev/null @@ -1 +0,0 @@ -../../_common_/debian-edu/localboot-generic.cfg
\ No newline at end of file diff --git a/examples/disklserver/tftp/diskless+localdisk+x2go/debian-edu/ltsp-diskless-jessie.cfg b/examples/disklserver/tftp/diskless+localdisk+x2go/debian-edu/ltsp-diskless-jessie.cfg deleted file mode 120000 index 209d4f9..0000000 --- a/examples/disklserver/tftp/diskless+localdisk+x2go/debian-edu/ltsp-diskless-jessie.cfg +++ /dev/null @@ -1 +0,0 @@ -../../_common_/debian-edu/ltsp-diskless-jessie.cfg
\ No newline at end of file diff --git a/examples/disklserver/tftp/diskless+localdisk+x2go/debian-edu/ltsp-diskless-stretch.cfg b/examples/disklserver/tftp/diskless+localdisk+x2go/debian-edu/ltsp-diskless-stretch.cfg deleted file mode 120000 index 7cf19dd..0000000 --- a/examples/disklserver/tftp/diskless+localdisk+x2go/debian-edu/ltsp-diskless-stretch.cfg +++ /dev/null @@ -1 +0,0 @@ -../../_common_/debian-edu/ltsp-diskless-stretch.cfg
\ No newline at end of file diff --git a/examples/disklserver/tftp/diskless+localdisk+x2go/debian-edu/memtest.cfg b/examples/disklserver/tftp/diskless+localdisk+x2go/debian-edu/memtest.cfg deleted file mode 100644 index 7da6b48..0000000 --- a/examples/disklserver/tftp/diskless+localdisk+x2go/debian-edu/memtest.cfg +++ /dev/null @@ -1,7 +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/disklserver/tftp/diskless+localdisk+x2go/debian-edu/memtest86+.bin b/examples/disklserver/tftp/diskless+localdisk+x2go/debian-edu/memtest86+.bin deleted file mode 120000 index 1b74cce..0000000 --- a/examples/disklserver/tftp/diskless+localdisk+x2go/debian-edu/memtest86+.bin +++ /dev/null @@ -1 +0,0 @@ -/boot/memtest86+.bin
\ No newline at end of file diff --git a/examples/disklserver/tftp/diskless+localdisk+x2go/debian-edu/memtest86.bin b/examples/disklserver/tftp/diskless+localdisk+x2go/debian-edu/memtest86.bin deleted file mode 120000 index 2596a63..0000000 --- a/examples/disklserver/tftp/diskless+localdisk+x2go/debian-edu/memtest86.bin +++ /dev/null @@ -1 +0,0 @@ -/boot/memtest86.bin
\ No newline at end of file diff --git a/examples/disklserver/tftp/diskless+localdisk+x2go/debian-edu/x2go-tce.cfg b/examples/disklserver/tftp/diskless+localdisk+x2go/debian-edu/x2go-tce.cfg deleted file mode 120000 index 6f7e32a..0000000 --- a/examples/disklserver/tftp/diskless+localdisk+x2go/debian-edu/x2go-tce.cfg +++ /dev/null @@ -1 +0,0 @@ -../../_common_/debian-edu/x2go-tce.cfg
\ No newline at end of file diff --git a/examples/disklserver/tftp/diskless+localdisk+x2go/ltsp b/examples/disklserver/tftp/diskless+localdisk+x2go/ltsp deleted file mode 120000 index 7733dbc..0000000 --- a/examples/disklserver/tftp/diskless+localdisk+x2go/ltsp +++ /dev/null @@ -1 +0,0 @@ -../_common_/ltsp
\ No newline at end of file diff --git a/examples/disklserver/tftp/diskless+localdisk+x2go/pxelinux.0 b/examples/disklserver/tftp/diskless+localdisk+x2go/pxelinux.0 deleted file mode 120000 index 42fc1f9..0000000 --- a/examples/disklserver/tftp/diskless+localdisk+x2go/pxelinux.0 +++ /dev/null @@ -1 +0,0 @@ -../_common_/pxelinux/stretch/pxelinux.0
\ No newline at end of file diff --git a/examples/disklserver/tftp/diskless+localdisk+x2go/pxelinux.cfg/default b/examples/disklserver/tftp/diskless+localdisk+x2go/pxelinux.cfg/default deleted file mode 120000 index ec0c12a..0000000 --- a/examples/disklserver/tftp/diskless+localdisk+x2go/pxelinux.cfg/default +++ /dev/null @@ -1 +0,0 @@ -../debian-edu/default-menu.cfg
\ No newline at end of file diff --git a/examples/disklserver/tftp/diskless+localdisk+x2go/syslinux b/examples/disklserver/tftp/diskless+localdisk+x2go/syslinux deleted file mode 120000 index 5b2e2d2..0000000 --- a/examples/disklserver/tftp/diskless+localdisk+x2go/syslinux +++ /dev/null @@ -1 +0,0 @@ -../_common_/syslinux/stretch/syslinux
\ No newline at end of file diff --git a/examples/disklserver/tftp/diskless+x2go/debian-edu/debian-edu-splash.png b/examples/disklserver/tftp/diskless+x2go/debian-edu/debian-edu-splash.png deleted file mode 120000 index 246e4dc..0000000 --- a/examples/disklserver/tftp/diskless+x2go/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/disklserver/tftp/diskless+x2go/debian-edu/default-menu.cfg b/examples/disklserver/tftp/diskless+x2go/debian-edu/default-menu.cfg deleted file mode 100644 index bc7b885..0000000 --- a/examples/disklserver/tftp/diskless+x2go/debian-edu/default-menu.cfg +++ /dev/null @@ -1,16 +0,0 @@ -include debian-edu/ltsp-diskless-stretch.cfg -include debian-edu/ltsp-diskless-jessie.cfg -MENU SEPARATOR -#include debian-edu/x2go-tce.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 100 -ontimeout ltsp-diskless-jessie diff --git a/examples/disklserver/tftp/diskless+x2go/debian-edu/ltsp-diskless-jessie.cfg b/examples/disklserver/tftp/diskless+x2go/debian-edu/ltsp-diskless-jessie.cfg deleted file mode 120000 index 209d4f9..0000000 --- a/examples/disklserver/tftp/diskless+x2go/debian-edu/ltsp-diskless-jessie.cfg +++ /dev/null @@ -1 +0,0 @@ -../../_common_/debian-edu/ltsp-diskless-jessie.cfg
\ No newline at end of file diff --git a/examples/disklserver/tftp/diskless+x2go/debian-edu/ltsp-diskless-stretch.cfg b/examples/disklserver/tftp/diskless+x2go/debian-edu/ltsp-diskless-stretch.cfg deleted file mode 120000 index 7cf19dd..0000000 --- a/examples/disklserver/tftp/diskless+x2go/debian-edu/ltsp-diskless-stretch.cfg +++ /dev/null @@ -1 +0,0 @@ -../../_common_/debian-edu/ltsp-diskless-stretch.cfg
\ No newline at end of file diff --git a/examples/disklserver/tftp/diskless+x2go/debian-edu/memtest.cfg b/examples/disklserver/tftp/diskless+x2go/debian-edu/memtest.cfg deleted file mode 120000 index a258c1d..0000000 --- a/examples/disklserver/tftp/diskless+x2go/debian-edu/memtest.cfg +++ /dev/null @@ -1 +0,0 @@ -../../_common_/debian-edu/memtest.cfg
\ No newline at end of file diff --git a/examples/disklserver/tftp/diskless+x2go/debian-edu/memtest86+.bin b/examples/disklserver/tftp/diskless+x2go/debian-edu/memtest86+.bin deleted file mode 120000 index 1b74cce..0000000 --- a/examples/disklserver/tftp/diskless+x2go/debian-edu/memtest86+.bin +++ /dev/null @@ -1 +0,0 @@ -/boot/memtest86+.bin
\ No newline at end of file diff --git a/examples/disklserver/tftp/diskless+x2go/debian-edu/memtest86.bin b/examples/disklserver/tftp/diskless+x2go/debian-edu/memtest86.bin deleted file mode 120000 index 2596a63..0000000 --- a/examples/disklserver/tftp/diskless+x2go/debian-edu/memtest86.bin +++ /dev/null @@ -1 +0,0 @@ -/boot/memtest86.bin
\ No newline at end of file diff --git a/examples/disklserver/tftp/diskless+x2go/debian-edu/x2go-tce.cfg b/examples/disklserver/tftp/diskless+x2go/debian-edu/x2go-tce.cfg deleted file mode 120000 index 6f7e32a..0000000 --- a/examples/disklserver/tftp/diskless+x2go/debian-edu/x2go-tce.cfg +++ /dev/null @@ -1 +0,0 @@ -../../_common_/debian-edu/x2go-tce.cfg
\ No newline at end of file diff --git a/examples/disklserver/tftp/diskless+x2go/ltsp b/examples/disklserver/tftp/diskless+x2go/ltsp deleted file mode 120000 index 7733dbc..0000000 --- a/examples/disklserver/tftp/diskless+x2go/ltsp +++ /dev/null @@ -1 +0,0 @@ -../_common_/ltsp
\ No newline at end of file diff --git a/examples/disklserver/tftp/diskless+x2go/pxelinux.0 b/examples/disklserver/tftp/diskless+x2go/pxelinux.0 deleted file mode 120000 index 42fc1f9..0000000 --- a/examples/disklserver/tftp/diskless+x2go/pxelinux.0 +++ /dev/null @@ -1 +0,0 @@ -../_common_/pxelinux/stretch/pxelinux.0
\ No newline at end of file diff --git a/examples/disklserver/tftp/diskless+x2go/pxelinux.cfg/default b/examples/disklserver/tftp/diskless+x2go/pxelinux.cfg/default deleted file mode 120000 index ec0c12a..0000000 --- a/examples/disklserver/tftp/diskless+x2go/pxelinux.cfg/default +++ /dev/null @@ -1 +0,0 @@ -../debian-edu/default-menu.cfg
\ No newline at end of file diff --git a/examples/disklserver/tftp/diskless+x2go/syslinux b/examples/disklserver/tftp/diskless+x2go/syslinux deleted file mode 120000 index 5b2e2d2..0000000 --- a/examples/disklserver/tftp/diskless+x2go/syslinux +++ /dev/null @@ -1 +0,0 @@ -../_common_/syslinux/stretch/syslinux
\ No newline at end of file diff --git a/examples/disklserver/tftp/mint+x2go/debian-edu/debian-edu-splash.png b/examples/disklserver/tftp/mint+x2go/debian-edu/debian-edu-splash.png deleted file mode 120000 index 246e4dc..0000000 --- a/examples/disklserver/tftp/mint+x2go/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/disklserver/tftp/mint+x2go/debian-edu/default-menu.cfg b/examples/disklserver/tftp/mint+x2go/debian-edu/default-menu.cfg deleted file mode 100644 index 97b819a..0000000 --- a/examples/disklserver/tftp/mint+x2go/debian-edu/default-menu.cfg +++ /dev/null @@ -1,15 +0,0 @@ -include debian-edu/mint-workstation.cfg -MENU SEPARATOR -#include debian-edu/x2go-tce.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 100 -ontimeout mint-workstation
\ No newline at end of file diff --git a/examples/disklserver/tftp/mint+x2go/debian-edu/memtest.cfg b/examples/disklserver/tftp/mint+x2go/debian-edu/memtest.cfg deleted file mode 120000 index a258c1d..0000000 --- a/examples/disklserver/tftp/mint+x2go/debian-edu/memtest.cfg +++ /dev/null @@ -1 +0,0 @@ -../../_common_/debian-edu/memtest.cfg
\ No newline at end of file diff --git a/examples/disklserver/tftp/mint+x2go/debian-edu/memtest86+.bin b/examples/disklserver/tftp/mint+x2go/debian-edu/memtest86+.bin deleted file mode 120000 index 1b74cce..0000000 --- a/examples/disklserver/tftp/mint+x2go/debian-edu/memtest86+.bin +++ /dev/null @@ -1 +0,0 @@ -/boot/memtest86+.bin
\ No newline at end of file diff --git a/examples/disklserver/tftp/mint+x2go/debian-edu/memtest86.bin b/examples/disklserver/tftp/mint+x2go/debian-edu/memtest86.bin deleted file mode 120000 index 2596a63..0000000 --- a/examples/disklserver/tftp/mint+x2go/debian-edu/memtest86.bin +++ /dev/null @@ -1 +0,0 @@ -/boot/memtest86.bin
\ No newline at end of file diff --git a/examples/disklserver/tftp/mint+x2go/debian-edu/mint-workstation.cfg b/examples/disklserver/tftp/mint+x2go/debian-edu/mint-workstation.cfg deleted file mode 120000 index aefcc8b..0000000 --- a/examples/disklserver/tftp/mint+x2go/debian-edu/mint-workstation.cfg +++ /dev/null @@ -1 +0,0 @@ -../../_common_/debian-edu/mint-workstation.cfg
\ No newline at end of file diff --git a/examples/disklserver/tftp/mint+x2go/debian-edu/x2go-tce.cfg b/examples/disklserver/tftp/mint+x2go/debian-edu/x2go-tce.cfg deleted file mode 120000 index 6f7e32a..0000000 --- a/examples/disklserver/tftp/mint+x2go/debian-edu/x2go-tce.cfg +++ /dev/null @@ -1 +0,0 @@ -../../_common_/debian-edu/x2go-tce.cfg
\ No newline at end of file diff --git a/examples/disklserver/tftp/mint+x2go/ltsp b/examples/disklserver/tftp/mint+x2go/ltsp deleted file mode 120000 index 7733dbc..0000000 --- a/examples/disklserver/tftp/mint+x2go/ltsp +++ /dev/null @@ -1 +0,0 @@ -../_common_/ltsp
\ No newline at end of file diff --git a/examples/disklserver/tftp/mint+x2go/pxelinux.0 b/examples/disklserver/tftp/mint+x2go/pxelinux.0 deleted file mode 120000 index 42fc1f9..0000000 --- a/examples/disklserver/tftp/mint+x2go/pxelinux.0 +++ /dev/null @@ -1 +0,0 @@ -../_common_/pxelinux/stretch/pxelinux.0
\ No newline at end of file diff --git a/examples/disklserver/tftp/mint+x2go/pxelinux.cfg/default b/examples/disklserver/tftp/mint+x2go/pxelinux.cfg/default deleted file mode 120000 index ec0c12a..0000000 --- a/examples/disklserver/tftp/mint+x2go/pxelinux.cfg/default +++ /dev/null @@ -1 +0,0 @@ -../debian-edu/default-menu.cfg
\ No newline at end of file diff --git a/examples/disklserver/tftp/mint+x2go/syslinux b/examples/disklserver/tftp/mint+x2go/syslinux deleted file mode 120000 index 5b2e2d2..0000000 --- a/examples/disklserver/tftp/mint+x2go/syslinux +++ /dev/null @@ -1 +0,0 @@ -../_common_/syslinux/stretch/syslinux
\ No newline at end of file diff --git a/examples/disklserver/tftp/skolelinux+x2go/debian-edu/debian-edu-splash.png b/examples/disklserver/tftp/skolelinux+x2go/debian-edu/debian-edu-splash.png deleted file mode 120000 index 246e4dc..0000000 --- a/examples/disklserver/tftp/skolelinux+x2go/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/disklserver/tftp/skolelinux+x2go/debian-edu/default-menu.cfg b/examples/disklserver/tftp/skolelinux+x2go/debian-edu/default-menu.cfg deleted file mode 100644 index 4f887d3..0000000 --- a/examples/disklserver/tftp/skolelinux+x2go/debian-edu/default-menu.cfg +++ /dev/null @@ -1,15 +0,0 @@ -include debian-edu/skolelinux-workstation.cfg -MENU SEPARATOR -#include debian-edu/x2go-tce.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 100 -ontimeout skolelinux-workstation
\ No newline at end of file diff --git a/examples/disklserver/tftp/skolelinux+x2go/debian-edu/memtest.cfg b/examples/disklserver/tftp/skolelinux+x2go/debian-edu/memtest.cfg deleted file mode 120000 index a258c1d..0000000 --- a/examples/disklserver/tftp/skolelinux+x2go/debian-edu/memtest.cfg +++ /dev/null @@ -1 +0,0 @@ -../../_common_/debian-edu/memtest.cfg
\ No newline at end of file diff --git a/examples/disklserver/tftp/skolelinux+x2go/debian-edu/memtest86+.bin b/examples/disklserver/tftp/skolelinux+x2go/debian-edu/memtest86+.bin deleted file mode 120000 index 1b74cce..0000000 --- a/examples/disklserver/tftp/skolelinux+x2go/debian-edu/memtest86+.bin +++ /dev/null @@ -1 +0,0 @@ -/boot/memtest86+.bin
\ No newline at end of file diff --git a/examples/disklserver/tftp/skolelinux+x2go/debian-edu/memtest86.bin b/examples/disklserver/tftp/skolelinux+x2go/debian-edu/memtest86.bin deleted file mode 120000 index 2596a63..0000000 --- a/examples/disklserver/tftp/skolelinux+x2go/debian-edu/memtest86.bin +++ /dev/null @@ -1 +0,0 @@ -/boot/memtest86.bin
\ No newline at end of file diff --git a/examples/disklserver/tftp/skolelinux+x2go/debian-edu/skolelinux-workstation.cfg b/examples/disklserver/tftp/skolelinux+x2go/debian-edu/skolelinux-workstation.cfg deleted file mode 120000 index e018427..0000000 --- a/examples/disklserver/tftp/skolelinux+x2go/debian-edu/skolelinux-workstation.cfg +++ /dev/null @@ -1 +0,0 @@ -../../_common_/debian-edu/skolelinux-workstation.cfg
\ No newline at end of file diff --git a/examples/disklserver/tftp/skolelinux+x2go/debian-edu/x2go-tce.cfg b/examples/disklserver/tftp/skolelinux+x2go/debian-edu/x2go-tce.cfg deleted file mode 120000 index 6f7e32a..0000000 --- a/examples/disklserver/tftp/skolelinux+x2go/debian-edu/x2go-tce.cfg +++ /dev/null @@ -1 +0,0 @@ -../../_common_/debian-edu/x2go-tce.cfg
\ No newline at end of file diff --git a/examples/disklserver/tftp/skolelinux+x2go/ltsp b/examples/disklserver/tftp/skolelinux+x2go/ltsp deleted file mode 120000 index 7733dbc..0000000 --- a/examples/disklserver/tftp/skolelinux+x2go/ltsp +++ /dev/null @@ -1 +0,0 @@ -../_common_/ltsp
\ No newline at end of file diff --git a/examples/disklserver/tftp/skolelinux+x2go/pxelinux.0 b/examples/disklserver/tftp/skolelinux+x2go/pxelinux.0 deleted file mode 120000 index 42fc1f9..0000000 --- a/examples/disklserver/tftp/skolelinux+x2go/pxelinux.0 +++ /dev/null @@ -1 +0,0 @@ -../_common_/pxelinux/stretch/pxelinux.0
\ No newline at end of file diff --git a/examples/disklserver/tftp/skolelinux+x2go/pxelinux.cfg/default b/examples/disklserver/tftp/skolelinux+x2go/pxelinux.cfg/default deleted file mode 120000 index ec0c12a..0000000 --- a/examples/disklserver/tftp/skolelinux+x2go/pxelinux.cfg/default +++ /dev/null @@ -1 +0,0 @@ -../debian-edu/default-menu.cfg
\ No newline at end of file diff --git a/examples/disklserver/tftp/skolelinux+x2go/syslinux b/examples/disklserver/tftp/skolelinux+x2go/syslinux deleted file mode 120000 index 5b2e2d2..0000000 --- a/examples/disklserver/tftp/skolelinux+x2go/syslinux +++ /dev/null @@ -1 +0,0 @@ -../_common_/syslinux/stretch/syslinux
\ No newline at end of file diff --git a/examples/disklserver/tftp/ubuntu+x2go/debian-edu/debian-edu-splash.png b/examples/disklserver/tftp/ubuntu+x2go/debian-edu/debian-edu-splash.png deleted file mode 120000 index 246e4dc..0000000 --- a/examples/disklserver/tftp/ubuntu+x2go/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/disklserver/tftp/ubuntu+x2go/debian-edu/default-menu.cfg b/examples/disklserver/tftp/ubuntu+x2go/debian-edu/default-menu.cfg deleted file mode 100644 index a88e510..0000000 --- a/examples/disklserver/tftp/ubuntu+x2go/debian-edu/default-menu.cfg +++ /dev/null @@ -1,15 +0,0 @@ -include debian-edu/ubuntu-workstation.cfg -MENU SEPARATOR -#include debian-edu/x2go-tce.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 100 -ontimeout ubuntu-workstation
\ No newline at end of file diff --git a/examples/disklserver/tftp/ubuntu+x2go/debian-edu/memtest.cfg b/examples/disklserver/tftp/ubuntu+x2go/debian-edu/memtest.cfg deleted file mode 120000 index a258c1d..0000000 --- a/examples/disklserver/tftp/ubuntu+x2go/debian-edu/memtest.cfg +++ /dev/null @@ -1 +0,0 @@ -../../_common_/debian-edu/memtest.cfg
\ No newline at end of file diff --git a/examples/disklserver/tftp/ubuntu+x2go/debian-edu/memtest86+.bin b/examples/disklserver/tftp/ubuntu+x2go/debian-edu/memtest86+.bin deleted file mode 120000 index 1b74cce..0000000 --- a/examples/disklserver/tftp/ubuntu+x2go/debian-edu/memtest86+.bin +++ /dev/null @@ -1 +0,0 @@ -/boot/memtest86+.bin
\ No newline at end of file diff --git a/examples/disklserver/tftp/ubuntu+x2go/debian-edu/memtest86.bin b/examples/disklserver/tftp/ubuntu+x2go/debian-edu/memtest86.bin deleted file mode 120000 index 2596a63..0000000 --- a/examples/disklserver/tftp/ubuntu+x2go/debian-edu/memtest86.bin +++ /dev/null @@ -1 +0,0 @@ -/boot/memtest86.bin
\ No newline at end of file diff --git a/examples/disklserver/tftp/ubuntu+x2go/debian-edu/ubuntu-workstation.cfg b/examples/disklserver/tftp/ubuntu+x2go/debian-edu/ubuntu-workstation.cfg deleted file mode 120000 index 993f00a..0000000 --- a/examples/disklserver/tftp/ubuntu+x2go/debian-edu/ubuntu-workstation.cfg +++ /dev/null @@ -1 +0,0 @@ -../../_common_/debian-edu/ubuntu-workstation.cfg
\ No newline at end of file diff --git a/examples/disklserver/tftp/ubuntu+x2go/debian-edu/x2go-tce.cfg b/examples/disklserver/tftp/ubuntu+x2go/debian-edu/x2go-tce.cfg deleted file mode 120000 index 6f7e32a..0000000 --- a/examples/disklserver/tftp/ubuntu+x2go/debian-edu/x2go-tce.cfg +++ /dev/null @@ -1 +0,0 @@ -../../_common_/debian-edu/x2go-tce.cfg
\ No newline at end of file diff --git a/examples/disklserver/tftp/ubuntu+x2go/ltsp b/examples/disklserver/tftp/ubuntu+x2go/ltsp deleted file mode 120000 index 7733dbc..0000000 --- a/examples/disklserver/tftp/ubuntu+x2go/ltsp +++ /dev/null @@ -1 +0,0 @@ -../_common_/ltsp
\ No newline at end of file diff --git a/examples/disklserver/tftp/ubuntu+x2go/pxelinux.0 b/examples/disklserver/tftp/ubuntu+x2go/pxelinux.0 deleted file mode 120000 index 42fc1f9..0000000 --- a/examples/disklserver/tftp/ubuntu+x2go/pxelinux.0 +++ /dev/null @@ -1 +0,0 @@ -../_common_/pxelinux/stretch/pxelinux.0
\ No newline at end of file diff --git a/examples/disklserver/tftp/ubuntu+x2go/pxelinux.cfg/default b/examples/disklserver/tftp/ubuntu+x2go/pxelinux.cfg/default deleted file mode 120000 index ec0c12a..0000000 --- a/examples/disklserver/tftp/ubuntu+x2go/pxelinux.cfg/default +++ /dev/null @@ -1 +0,0 @@ -../debian-edu/default-menu.cfg
\ No newline at end of file diff --git a/examples/disklserver/tftp/ubuntu+x2go/syslinux b/examples/disklserver/tftp/ubuntu+x2go/syslinux deleted file mode 120000 index 5b2e2d2..0000000 --- a/examples/disklserver/tftp/ubuntu+x2go/syslinux +++ /dev/null @@ -1 +0,0 @@ -../_common_/syslinux/stretch/syslinux
\ No newline at end of file diff --git a/examples/disklserver/tftp/windows+x2go/debian-edu/debian-edu-splash.png b/examples/disklserver/tftp/windows+x2go/debian-edu/debian-edu-splash.png deleted file mode 120000 index 246e4dc..0000000 --- a/examples/disklserver/tftp/windows+x2go/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/disklserver/tftp/windows+x2go/debian-edu/default-menu.cfg b/examples/disklserver/tftp/windows+x2go/debian-edu/default-menu.cfg deleted file mode 100644 index 30f1cef..0000000 --- a/examples/disklserver/tftp/windows+x2go/debian-edu/default-menu.cfg +++ /dev/null @@ -1,15 +0,0 @@ -include debian-edu/localboot-mswin.cfg -MENU SEPARATOR -#include debian-edu/x2go-tce.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 100 -ontimeout localboot-mswin
\ No newline at end of file diff --git a/examples/disklserver/tftp/windows+x2go/debian-edu/localboot-mswin.cfg b/examples/disklserver/tftp/windows+x2go/debian-edu/localboot-mswin.cfg deleted file mode 120000 index ad6b28d..0000000 --- a/examples/disklserver/tftp/windows+x2go/debian-edu/localboot-mswin.cfg +++ /dev/null @@ -1 +0,0 @@ -../../_common_/debian-edu/localboot-mswin.cfg
\ No newline at end of file diff --git a/examples/disklserver/tftp/windows+x2go/debian-edu/memtest.cfg b/examples/disklserver/tftp/windows+x2go/debian-edu/memtest.cfg deleted file mode 120000 index a258c1d..0000000 --- a/examples/disklserver/tftp/windows+x2go/debian-edu/memtest.cfg +++ /dev/null @@ -1 +0,0 @@ -../../_common_/debian-edu/memtest.cfg
\ No newline at end of file diff --git a/examples/disklserver/tftp/windows+x2go/debian-edu/memtest86+.bin b/examples/disklserver/tftp/windows+x2go/debian-edu/memtest86+.bin deleted file mode 120000 index 1b74cce..0000000 --- a/examples/disklserver/tftp/windows+x2go/debian-edu/memtest86+.bin +++ /dev/null @@ -1 +0,0 @@ -/boot/memtest86+.bin
\ No newline at end of file diff --git a/examples/disklserver/tftp/windows+x2go/debian-edu/memtest86.bin b/examples/disklserver/tftp/windows+x2go/debian-edu/memtest86.bin deleted file mode 120000 index 2596a63..0000000 --- a/examples/disklserver/tftp/windows+x2go/debian-edu/memtest86.bin +++ /dev/null @@ -1 +0,0 @@ -/boot/memtest86.bin
\ No newline at end of file diff --git a/examples/disklserver/tftp/windows+x2go/debian-edu/x2go-tce.cfg b/examples/disklserver/tftp/windows+x2go/debian-edu/x2go-tce.cfg deleted file mode 120000 index 6f7e32a..0000000 --- a/examples/disklserver/tftp/windows+x2go/debian-edu/x2go-tce.cfg +++ /dev/null @@ -1 +0,0 @@ -../../_common_/debian-edu/x2go-tce.cfg
\ No newline at end of file diff --git a/examples/disklserver/tftp/windows+x2go/ltsp b/examples/disklserver/tftp/windows+x2go/ltsp deleted file mode 120000 index 7733dbc..0000000 --- a/examples/disklserver/tftp/windows+x2go/ltsp +++ /dev/null @@ -1 +0,0 @@ -../_common_/ltsp
\ No newline at end of file diff --git a/examples/disklserver/tftp/windows+x2go/pxelinux.0 b/examples/disklserver/tftp/windows+x2go/pxelinux.0 deleted file mode 120000 index 42fc1f9..0000000 --- a/examples/disklserver/tftp/windows+x2go/pxelinux.0 +++ /dev/null @@ -1 +0,0 @@ -../_common_/pxelinux/stretch/pxelinux.0
\ No newline at end of file diff --git a/examples/disklserver/tftp/windows+x2go/pxelinux.cfg/default b/examples/disklserver/tftp/windows+x2go/pxelinux.cfg/default deleted file mode 120000 index ec0c12a..0000000 --- a/examples/disklserver/tftp/windows+x2go/pxelinux.cfg/default +++ /dev/null @@ -1 +0,0 @@ -../debian-edu/default-menu.cfg
\ No newline at end of file diff --git a/examples/disklserver/tftp/windows+x2go/syslinux b/examples/disklserver/tftp/windows+x2go/syslinux deleted file mode 120000 index 5b2e2d2..0000000 --- a/examples/disklserver/tftp/windows+x2go/syslinux +++ /dev/null @@ -1 +0,0 @@ -../_common_/syslinux/stretch/syslinux
\ No newline at end of file diff --git a/examples/disklserver/tftp/x2go-tce/debian-edu/debian-edu-splash.png b/examples/disklserver/tftp/x2go-tce/debian-edu/debian-edu-splash.png deleted file mode 120000 index 246e4dc..0000000 --- a/examples/disklserver/tftp/x2go-tce/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/disklserver/tftp/x2go-tce/debian-edu/default-menu.cfg b/examples/disklserver/tftp/x2go-tce/debian-edu/default-menu.cfg deleted file mode 100644 index 4013474..0000000 --- a/examples/disklserver/tftp/x2go-tce/debian-edu/default-menu.cfg +++ /dev/null @@ -1,13 +0,0 @@ -include debian-edu/x2go-tce.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 -ontimeout x2go-tce diff --git a/examples/disklserver/tftp/x2go-tce/debian-edu/memtest.cfg b/examples/disklserver/tftp/x2go-tce/debian-edu/memtest.cfg deleted file mode 120000 index a258c1d..0000000 --- a/examples/disklserver/tftp/x2go-tce/debian-edu/memtest.cfg +++ /dev/null @@ -1 +0,0 @@ -../../_common_/debian-edu/memtest.cfg
\ No newline at end of file diff --git a/examples/disklserver/tftp/x2go-tce/debian-edu/memtest86+.bin b/examples/disklserver/tftp/x2go-tce/debian-edu/memtest86+.bin deleted file mode 120000 index 1b74cce..0000000 --- a/examples/disklserver/tftp/x2go-tce/debian-edu/memtest86+.bin +++ /dev/null @@ -1 +0,0 @@ -/boot/memtest86+.bin
\ No newline at end of file diff --git a/examples/disklserver/tftp/x2go-tce/debian-edu/memtest86.bin b/examples/disklserver/tftp/x2go-tce/debian-edu/memtest86.bin deleted file mode 120000 index 2596a63..0000000 --- a/examples/disklserver/tftp/x2go-tce/debian-edu/memtest86.bin +++ /dev/null @@ -1 +0,0 @@ -/boot/memtest86.bin
\ No newline at end of file diff --git a/examples/disklserver/tftp/x2go-tce/debian-edu/x2go-tce.cfg b/examples/disklserver/tftp/x2go-tce/debian-edu/x2go-tce.cfg deleted file mode 120000 index 6f7e32a..0000000 --- a/examples/disklserver/tftp/x2go-tce/debian-edu/x2go-tce.cfg +++ /dev/null @@ -1 +0,0 @@ -../../_common_/debian-edu/x2go-tce.cfg
\ No newline at end of file diff --git a/examples/disklserver/tftp/x2go-tce/ltsp b/examples/disklserver/tftp/x2go-tce/ltsp deleted file mode 120000 index 7733dbc..0000000 --- a/examples/disklserver/tftp/x2go-tce/ltsp +++ /dev/null @@ -1 +0,0 @@ -../_common_/ltsp
\ No newline at end of file diff --git a/examples/disklserver/tftp/x2go-tce/pxelinux.0 b/examples/disklserver/tftp/x2go-tce/pxelinux.0 deleted file mode 120000 index 42fc1f9..0000000 --- a/examples/disklserver/tftp/x2go-tce/pxelinux.0 +++ /dev/null @@ -1 +0,0 @@ -../_common_/pxelinux/stretch/pxelinux.0
\ No newline at end of file diff --git a/examples/disklserver/tftp/x2go-tce/pxelinux.cfg/default b/examples/disklserver/tftp/x2go-tce/pxelinux.cfg/default deleted file mode 120000 index ec0c12a..0000000 --- a/examples/disklserver/tftp/x2go-tce/pxelinux.cfg/default +++ /dev/null @@ -1 +0,0 @@ -../debian-edu/default-menu.cfg
\ No newline at end of file diff --git a/examples/disklserver/tftp/x2go-tce/syslinux b/examples/disklserver/tftp/x2go-tce/syslinux deleted file mode 120000 index 5b2e2d2..0000000 --- a/examples/disklserver/tftp/x2go-tce/syslinux +++ /dev/null @@ -1 +0,0 @@ -../_common_/syslinux/stretch/syslinux
\ No newline at end of file |