diff options
Diffstat (limited to 'examples/disklserver/tftp/_common_/debian-edu')
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 |