summaryrefslogtreecommitdiff
path: root/examples/disklserver/tftp/_common_/debian-edu
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-07-25 18:01:03 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-07-25 18:21:39 +0200
commitb617dbdc6b56f0c08bcb8f6816395f641784147a (patch)
tree86e78bd8c9161f529c7759cf8d6bcfef6480ca4e /examples/disklserver/tftp/_common_/debian-edu
parentf88eebd8865379a9d3984e5160693c34f141e6a4 (diff)
downloaditzks-systems-b617dbdc6b56f0c08bcb8f6816395f641784147a.tar.gz
itzks-systems-b617dbdc6b56f0c08bcb8f6816395f641784147a.tar.bz2
itzks-systems-b617dbdc6b56f0c08bcb8f6816395f641784147a.zip
examples/disklserver/tftp: Adapt tftp configuration example (disklserver) to Debian Edu jessie.
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.cfg8
-rw-r--r--examples/disklserver/tftp/_common_/debian-edu/ltsp-diskless-squeeze.cfg8
-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, 43 insertions, 0 deletions
diff --git a/examples/disklserver/tftp/_common_/debian-edu/localboot-generic.cfg b/examples/disklserver/tftp/_common_/debian-edu/localboot-generic.cfg
new file mode 100644
index 0000000..87bc738
--- /dev/null
+++ b/examples/disklserver/tftp/_common_/debian-edu/localboot-generic.cfg
@@ -0,0 +1,4 @@
+# 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
new file mode 100644
index 0000000..dc38819
--- /dev/null
+++ b/examples/disklserver/tftp/_common_/debian-edu/localboot-mswin.cfg
@@ -0,0 +1,4 @@
+# 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
new file mode 100644
index 0000000..0cc9de8
--- /dev/null
+++ b/examples/disklserver/tftp/_common_/debian-edu/ltsp-diskless-jessie.cfg
@@ -0,0 +1,8 @@
+LABEL ltsp-diskless-jessie
+ MENU LABEL ^Diskless Workstation (Debian Edu 8.0)
+ 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-squeeze.cfg b/examples/disklserver/tftp/_common_/debian-edu/ltsp-diskless-squeeze.cfg
new file mode 100644
index 0000000..8561984
--- /dev/null
+++ b/examples/disklserver/tftp/_common_/debian-edu/ltsp-diskless-squeeze.cfg
@@ -0,0 +1,8 @@
+LABEL ltsp-diskless-squeeze
+ MENU LABEL ^Diskless Workstation (Debian Edu 6.0)
+ MENU DEFAULT
+ KERNEL ltsp/i386.squeeze/vmlinuz
+ APPEND initrd=ltsp/i386.squeeze/initrd.img nfsroot=/opt/ltsp/i386.squeeze,v3,tcp,intr,rsize=1048576,wsize=1048576 boot=nfs ro quiet
+
+
+
diff --git a/examples/disklserver/tftp/_common_/debian-edu/memtest.cfg b/examples/disklserver/tftp/_common_/debian-edu/memtest.cfg
new file mode 100644
index 0000000..8bf162a
--- /dev/null
+++ b/examples/disklserver/tftp/_common_/debian-edu/memtest.cfg
@@ -0,0 +1,6 @@
+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
new file mode 100644
index 0000000..ed5660d
--- /dev/null
+++ b/examples/disklserver/tftp/_common_/debian-edu/mint-workstation.cfg
@@ -0,0 +1,3 @@
+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
new file mode 100644
index 0000000..798b022
--- /dev/null
+++ b/examples/disklserver/tftp/_common_/debian-edu/skolelinux-workstation.cfg
@@ -0,0 +1,3 @@
+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
new file mode 100644
index 0000000..11dc813
--- /dev/null
+++ b/examples/disklserver/tftp/_common_/debian-edu/ubuntu-workstation.cfg
@@ -0,0 +1,3 @@
+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
new file mode 100644
index 0000000..18ccd4c
--- /dev/null
+++ b/examples/disklserver/tftp/_common_/debian-edu/x2go-tce.cfg
@@ -0,0 +1,4 @@
+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