diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-07-25 18:01:03 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-07-25 18:21:39 +0200 |
commit | b617dbdc6b56f0c08bcb8f6816395f641784147a (patch) | |
tree | 86e78bd8c9161f529c7759cf8d6bcfef6480ca4e /examples/disklserver/tftp/windows+x2go | |
parent | f88eebd8865379a9d3984e5160693c34f141e6a4 (diff) | |
download | itzks-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/windows+x2go')
9 files changed, 11 insertions, 23 deletions
diff --git a/examples/disklserver/tftp/windows+x2go/debian-edu/default-menu.cfg b/examples/disklserver/tftp/windows+x2go/debian-edu/default-menu.cfg index 9e199a7..30f1cef 100644 --- a/examples/disklserver/tftp/windows+x2go/debian-edu/default-menu.cfg +++ b/examples/disklserver/tftp/windows+x2go/debian-edu/default-menu.cfg @@ -1,7 +1,7 @@ -include debian-edu/localboot.cfg -MENU SEPARATOR -include debian-edu/x2go-tce.cfg +include debian-edu/localboot-mswin.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 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 new file mode 120000 index 0000000..ad6b28d --- /dev/null +++ b/examples/disklserver/tftp/windows+x2go/debian-edu/localboot-mswin.cfg @@ -0,0 +1 @@ +../../_common_/debian-edu/localboot-mswin.cfg
\ No newline at end of file diff --git a/examples/disklserver/tftp/windows+x2go/debian-edu/localboot.cfg b/examples/disklserver/tftp/windows+x2go/debian-edu/localboot.cfg deleted file mode 100644 index 0146c56..0000000 --- a/examples/disklserver/tftp/windows+x2go/debian-edu/localboot.cfg +++ /dev/null @@ -1,5 +0,0 @@ -# German -LABEL localboot - MENU LABEL MS ^Windows starten - MENU DEFAULT - localboot 0 diff --git a/examples/disklserver/tftp/windows+x2go/debian-edu/memtest.cfg b/examples/disklserver/tftp/windows+x2go/debian-edu/memtest.cfg index 7da6b48..a258c1d 100644..120000 --- a/examples/disklserver/tftp/windows+x2go/debian-edu/memtest.cfg +++ b/examples/disklserver/tftp/windows+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/windows+x2go/debian-edu/memtest86+.bin b/examples/disklserver/tftp/windows+x2go/debian-edu/memtest86+.bin index 7cc1baf..1b74cce 120000 --- a/examples/disklserver/tftp/windows+x2go/debian-edu/memtest86+.bin +++ b/examples/disklserver/tftp/windows+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/windows+x2go/debian-edu/vesamenu.c32 b/examples/disklserver/tftp/windows+x2go/debian-edu/vesamenu.c32 deleted file mode 120000 index d06c444..0000000 --- a/examples/disklserver/tftp/windows+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/windows+x2go/debian-edu/x2go-tce.cfg b/examples/disklserver/tftp/windows+x2go/debian-edu/x2go-tce.cfg index a5304d7..6f7e32a 100644..120000 --- a/examples/disklserver/tftp/windows+x2go/debian-edu/x2go-tce.cfg +++ b/examples/disklserver/tftp/windows+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 diff --git a/examples/disklserver/tftp/windows+x2go/pxelinux.0 b/examples/disklserver/tftp/windows+x2go/pxelinux.0 index ccfcec2..8ddd87d 120000 --- a/examples/disklserver/tftp/windows+x2go/pxelinux.0 +++ b/examples/disklserver/tftp/windows+x2go/pxelinux.0 @@ -1 +1 @@ -../_common_/pxelinux.0
\ No newline at end of file +../_common_/pxelinux/jessie/pxelinux.0
\ No newline at end of file diff --git a/examples/disklserver/tftp/windows+x2go/syslinux b/examples/disklserver/tftp/windows+x2go/syslinux new file mode 120000 index 0000000..1e76da6 --- /dev/null +++ b/examples/disklserver/tftp/windows+x2go/syslinux @@ -0,0 +1 @@ +../_common_/syslinux/jessie/syslinux
\ No newline at end of file |