summaryrefslogtreecommitdiff
path: root/examples/disklserver/tftp/skolelinux+x2go/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/skolelinux+x2go/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/skolelinux+x2go/debian-edu')
-rw-r--r--examples/disklserver/tftp/skolelinux+x2go/debian-edu/default-menu.cfg7
l---------[-rw-r--r--]examples/disklserver/tftp/skolelinux+x2go/debian-edu/memtest.cfg8
l---------examples/disklserver/tftp/skolelinux+x2go/debian-edu/memtest86+.bin2
l---------examples/disklserver/tftp/skolelinux+x2go/debian-edu/memtest86.bin2
l---------[-rw-r--r--]examples/disklserver/tftp/skolelinux+x2go/debian-edu/skolelinux-workstation.cfg11
l---------examples/disklserver/tftp/skolelinux+x2go/debian-edu/vesamenu.c321
l---------[-rw-r--r--]examples/disklserver/tftp/skolelinux+x2go/debian-edu/x2go-tce.cfg5
7 files changed, 9 insertions, 27 deletions
diff --git a/examples/disklserver/tftp/skolelinux+x2go/debian-edu/default-menu.cfg b/examples/disklserver/tftp/skolelinux+x2go/debian-edu/default-menu.cfg
index 88e4888..4f887d3 100644
--- a/examples/disklserver/tftp/skolelinux+x2go/debian-edu/default-menu.cfg
+++ b/examples/disklserver/tftp/skolelinux+x2go/debian-edu/default-menu.cfg
@@ -1,7 +1,7 @@
include debian-edu/skolelinux-workstation.cfg
MENU SEPARATOR
-include debian-edu/x2go-tce.cfg
-MENU SEPARATOR
+#include debian-edu/x2go-tce.cfg
+#MENU SEPARATOR
include debian-edu/memtest.cfg
menu hshift 13
@@ -9,6 +9,7 @@ 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 debian-edu/vesamenu.c32
+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
index 7da6b48..a258c1d 100644..120000
--- a/examples/disklserver/tftp/skolelinux+x2go/debian-edu/memtest.cfg
+++ b/examples/disklserver/tftp/skolelinux+x2go/debian-edu/memtest.cfg
@@ -1,7 +1 @@
-LABEL memtest86+
- MENU LABEL Speichertest (memtest86+)
- kernel debian-edu/memtest86+.bin
-LABEL memtest86
- MENU LABEL Speichertest (memtest86)
- kernel debian-edu/memtest86.bin
-
+../../_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
index 7cc1baf..1b74cce 120000
--- a/examples/disklserver/tftp/skolelinux+x2go/debian-edu/memtest86+.bin
+++ b/examples/disklserver/tftp/skolelinux+x2go/debian-edu/memtest86+.bin
@@ -1 +1 @@
-../../_common_/ltsp/i386/memtest86+.bin \ No newline at end of file
+/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
index a49566a..2596a63 120000
--- a/examples/disklserver/tftp/skolelinux+x2go/debian-edu/memtest86.bin
+++ b/examples/disklserver/tftp/skolelinux+x2go/debian-edu/memtest86.bin
@@ -1 +1 @@
-../../_common_/ltsp/i386/memtest86.bin \ No newline at end of file
+/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
index 9fcf982..e018427 100644..120000
--- a/examples/disklserver/tftp/skolelinux+x2go/debian-edu/skolelinux-workstation.cfg
+++ b/examples/disklserver/tftp/skolelinux+x2go/debian-edu/skolelinux-workstation.cfg
@@ -1,10 +1 @@
-# English
-#LABEL localboot
-# MENU LABEL Debian Edu/Skolelinux Workstation
-# localboot 0
-#
-
-# German
-LABEL localboot
- MENU LABEL Debian Edu/Skolelinux Arbeitsstation
- localboot 0
+../../_common_/debian-edu/skolelinux-workstation.cfg \ No newline at end of file
diff --git a/examples/disklserver/tftp/skolelinux+x2go/debian-edu/vesamenu.c32 b/examples/disklserver/tftp/skolelinux+x2go/debian-edu/vesamenu.c32
deleted file mode 120000
index d06c444..0000000
--- a/examples/disklserver/tftp/skolelinux+x2go/debian-edu/vesamenu.c32
+++ /dev/null
@@ -1 +0,0 @@
-/usr/lib/syslinux/vesamenu.c32 \ 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
index a5304d7..6f7e32a 100644..120000
--- a/examples/disklserver/tftp/skolelinux+x2go/debian-edu/x2go-tce.cfg
+++ b/examples/disklserver/tftp/skolelinux+x2go/debian-edu/x2go-tce.cfg
@@ -1,4 +1 @@
-LABEL x2go-tce-486
- MENU LABEL ^X2Go Thin Client (i486)
- KERNEL ltsp/i386/vmlinuz
- APPEND initrd=ltsp/i386/initrd.img nfsroot=10.0.2.10:/opt/x2gothinclient/chroot boot=nfs ro quiet nomodeset splash
+../../_common_/debian-edu/x2go-tce.cfg \ No newline at end of file