diff options
Diffstat (limited to 'examples/disklserver/tftp/x2go-tce/debian-edu')
-rw-r--r-- | examples/disklserver/tftp/x2go-tce/debian-edu/default-menu.cfg | 5 | ||||
l---------[-rw-r--r--] | examples/disklserver/tftp/x2go-tce/debian-edu/memtest.cfg | 8 | ||||
l--------- | examples/disklserver/tftp/x2go-tce/debian-edu/memtest86+.bin | 2 | ||||
l--------- | examples/disklserver/tftp/x2go-tce/debian-edu/vesamenu.c32 | 1 | ||||
l---------[-rw-r--r--] | examples/disklserver/tftp/x2go-tce/debian-edu/x2go-tce.cfg | 6 |
5 files changed, 6 insertions, 16 deletions
diff --git a/examples/disklserver/tftp/x2go-tce/debian-edu/default-menu.cfg b/examples/disklserver/tftp/x2go-tce/debian-edu/default-menu.cfg index 2347601..4013474 100644 --- a/examples/disklserver/tftp/x2go-tce/debian-edu/default-menu.cfg +++ b/examples/disklserver/tftp/x2go-tce/debian-edu/default-menu.cfg @@ -7,6 +7,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 +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 index 7da6b48..a258c1d 100644..120000 --- a/examples/disklserver/tftp/x2go-tce/debian-edu/memtest.cfg +++ b/examples/disklserver/tftp/x2go-tce/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/x2go-tce/debian-edu/memtest86+.bin b/examples/disklserver/tftp/x2go-tce/debian-edu/memtest86+.bin index 7cc1baf..1b74cce 120000 --- a/examples/disklserver/tftp/x2go-tce/debian-edu/memtest86+.bin +++ b/examples/disklserver/tftp/x2go-tce/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/x2go-tce/debian-edu/vesamenu.c32 b/examples/disklserver/tftp/x2go-tce/debian-edu/vesamenu.c32 deleted file mode 120000 index d06c444..0000000 --- a/examples/disklserver/tftp/x2go-tce/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/x2go-tce/debian-edu/x2go-tce.cfg b/examples/disklserver/tftp/x2go-tce/debian-edu/x2go-tce.cfg index 0ab66f8..6f7e32a 100644..120000 --- a/examples/disklserver/tftp/x2go-tce/debian-edu/x2go-tce.cfg +++ b/examples/disklserver/tftp/x2go-tce/debian-edu/x2go-tce.cfg @@ -1,5 +1 @@ -LABEL x2go-tce-486 - MENU LABEL ^X2Go Thin Client (i486) - MENU DEFAULT - 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 |