summaryrefslogtreecommitdiff
path: root/examples/disklserver/tftp/_common_/debian-edu
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-01-05 22:42:53 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2022-01-05 22:42:53 +0100
commit94464c8d14184630abf83d6aa51efe240c3ce6c9 (patch)
tree7776ed8d6be76a004b13298ee38edccaa43b5104 /examples/disklserver/tftp/_common_/debian-edu
parentad8221bdfe75619d8e80c3b41f81d44e4879df2f (diff)
downloaditzks-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.
Diffstat (limited to 'examples/disklserver/tftp/_common_/debian-edu')
-rw-r--r--examples/disklserver/tftp/_common_/debian-edu/localboot-generic.cfg4
-rw-r--r--examples/disklserver/tftp/_common_/debian-edu/localboot-mswin.cfg4
-rw-r--r--examples/disklserver/tftp/_common_/debian-edu/ltsp-diskless-jessie.cfg5
-rw-r--r--examples/disklserver/tftp/_common_/debian-edu/ltsp-diskless-stretch.cfg13
-rw-r--r--examples/disklserver/tftp/_common_/debian-edu/memtest.cfg6
-rw-r--r--examples/disklserver/tftp/_common_/debian-edu/mint-workstation.cfg3
-rw-r--r--examples/disklserver/tftp/_common_/debian-edu/skolelinux-workstation.cfg3
-rw-r--r--examples/disklserver/tftp/_common_/debian-edu/ubuntu-workstation.cfg3
-rw-r--r--examples/disklserver/tftp/_common_/debian-edu/x2go-tce.cfg4
9 files changed, 0 insertions, 45 deletions
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