diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-08-14 08:58:16 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2012-08-14 08:58:16 +0200 |
commit | d0aff64e5e0406e10ac7cb06fd3a8807f253ce15 (patch) | |
tree | 714845965cd50f07222083bd5c7cd41360eb573c /examples/disklserver/tftp/ubuntu+x2go | |
parent | 43565e3d8f948e371d4bf952495dd69a6710e8f6 (diff) | |
download | itzks-systems-d0aff64e5e0406e10ac7cb06fd3a8807f253ce15.tar.gz itzks-systems-d0aff64e5e0406e10ac7cb06fd3a8807f253ce15.tar.bz2 itzks-systems-d0aff64e5e0406e10ac7cb06fd3a8807f253ce15.zip |
/debian/itzks-systems-disklserver.examples, examples/disklserver/*: Add ITZkS / Debian Edu based PXE environment for diskless workstation server.
Diffstat (limited to 'examples/disklserver/tftp/ubuntu+x2go')
11 files changed, 42 insertions, 0 deletions
diff --git a/examples/disklserver/tftp/ubuntu+x2go/debian-edu/debian-edu-splash.png b/examples/disklserver/tftp/ubuntu+x2go/debian-edu/debian-edu-splash.png new file mode 120000 index 0000000..028aa3a --- /dev/null +++ b/examples/disklserver/tftp/ubuntu+x2go/debian-edu/debian-edu-splash.png @@ -0,0 +1 @@ +/usr/share/pixmaps/splash/debian-edu-splash.png
\ No newline at end of file diff --git a/examples/disklserver/tftp/ubuntu+x2go/debian-edu/default-menu.cfg b/examples/disklserver/tftp/ubuntu+x2go/debian-edu/default-menu.cfg new file mode 100644 index 0000000..bfca7d7 --- /dev/null +++ b/examples/disklserver/tftp/ubuntu+x2go/debian-edu/default-menu.cfg @@ -0,0 +1,14 @@ +include debian-edu/ubuntu-workstation.cfg +MENU SEPARATOR +include debian-edu/x2go-tce.cfg +MENU SEPARATOR +include debian-edu/memtest.cfg + +menu hshift 13 +menu width 72 +menu background debian-edu/debian-edu-splash.png +default debian-edu/vesamenu.c32 +menu tabmsg ENTER: System starten; TAB: Menueeintraege editieren +menu autoboot Automatischer Systemstart in # Sekunde{,n} +prompt 0 +timeout 100 diff --git a/examples/disklserver/tftp/ubuntu+x2go/debian-edu/memtest.cfg b/examples/disklserver/tftp/ubuntu+x2go/debian-edu/memtest.cfg new file mode 100644 index 0000000..7da6b48 --- /dev/null +++ b/examples/disklserver/tftp/ubuntu+x2go/debian-edu/memtest.cfg @@ -0,0 +1,7 @@ +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/ubuntu+x2go/debian-edu/memtest86+.bin b/examples/disklserver/tftp/ubuntu+x2go/debian-edu/memtest86+.bin new file mode 120000 index 0000000..7cc1baf --- /dev/null +++ b/examples/disklserver/tftp/ubuntu+x2go/debian-edu/memtest86+.bin @@ -0,0 +1 @@ +../../_common_/ltsp/i386/memtest86+.bin
\ No newline at end of file diff --git a/examples/disklserver/tftp/ubuntu+x2go/debian-edu/memtest86.bin b/examples/disklserver/tftp/ubuntu+x2go/debian-edu/memtest86.bin new file mode 120000 index 0000000..a49566a --- /dev/null +++ b/examples/disklserver/tftp/ubuntu+x2go/debian-edu/memtest86.bin @@ -0,0 +1 @@ +../../_common_/ltsp/i386/memtest86.bin
\ No newline at end of file diff --git a/examples/disklserver/tftp/ubuntu+x2go/debian-edu/ubuntu-workstation.cfg b/examples/disklserver/tftp/ubuntu+x2go/debian-edu/ubuntu-workstation.cfg new file mode 100644 index 0000000..323248c --- /dev/null +++ b/examples/disklserver/tftp/ubuntu+x2go/debian-edu/ubuntu-workstation.cfg @@ -0,0 +1,10 @@ +# English +#LABEL localboot +# MENU LABEL Boot from ^local harddrive +# localboot 0 +# + +# German +LABEL localboot + MENU LABEL Ubuntu GNU/Linux + localboot 0 diff --git a/examples/disklserver/tftp/ubuntu+x2go/debian-edu/vesamenu.c32 b/examples/disklserver/tftp/ubuntu+x2go/debian-edu/vesamenu.c32 new file mode 120000 index 0000000..d06c444 --- /dev/null +++ b/examples/disklserver/tftp/ubuntu+x2go/debian-edu/vesamenu.c32 @@ -0,0 +1 @@ +/usr/lib/syslinux/vesamenu.c32
\ No newline at end of file diff --git a/examples/disklserver/tftp/ubuntu+x2go/debian-edu/x2go-tce.cfg b/examples/disklserver/tftp/ubuntu+x2go/debian-edu/x2go-tce.cfg new file mode 100644 index 0000000..a5304d7 --- /dev/null +++ b/examples/disklserver/tftp/ubuntu+x2go/debian-edu/x2go-tce.cfg @@ -0,0 +1,4 @@ +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 diff --git a/examples/disklserver/tftp/ubuntu+x2go/ltsp b/examples/disklserver/tftp/ubuntu+x2go/ltsp new file mode 120000 index 0000000..7733dbc --- /dev/null +++ b/examples/disklserver/tftp/ubuntu+x2go/ltsp @@ -0,0 +1 @@ +../_common_/ltsp
\ No newline at end of file diff --git a/examples/disklserver/tftp/ubuntu+x2go/pxelinux.0 b/examples/disklserver/tftp/ubuntu+x2go/pxelinux.0 new file mode 120000 index 0000000..ccfcec2 --- /dev/null +++ b/examples/disklserver/tftp/ubuntu+x2go/pxelinux.0 @@ -0,0 +1 @@ +../_common_/pxelinux.0
\ No newline at end of file diff --git a/examples/disklserver/tftp/ubuntu+x2go/pxelinux.cfg/default b/examples/disklserver/tftp/ubuntu+x2go/pxelinux.cfg/default new file mode 120000 index 0000000..ec0c12a --- /dev/null +++ b/examples/disklserver/tftp/ubuntu+x2go/pxelinux.cfg/default @@ -0,0 +1 @@ +../debian-edu/default-menu.cfg
\ No newline at end of file |