diff options
Diffstat (limited to 'examples/disklserver/tftp/_common_')
27 files changed, 52 insertions, 8 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 diff --git a/examples/disklserver/tftp/_common_/ltsp/i386.jessie/initrd.img b/examples/disklserver/tftp/_common_/ltsp/i386.jessie/initrd.img new file mode 120000 index 0000000..6894bac --- /dev/null +++ b/examples/disklserver/tftp/_common_/ltsp/i386.jessie/initrd.img @@ -0,0 +1 @@ +/srv/ltsp/i386.jessie/boot/initrd.img
\ No newline at end of file diff --git a/examples/disklserver/tftp/_common_/ltsp/i386.jessie/vmlinuz b/examples/disklserver/tftp/_common_/ltsp/i386.jessie/vmlinuz new file mode 120000 index 0000000..3c6e043 --- /dev/null +++ b/examples/disklserver/tftp/_common_/ltsp/i386.jessie/vmlinuz @@ -0,0 +1 @@ +/srv/ltsp/i386.jessie/boot/vmlinuz
\ No newline at end of file diff --git a/examples/disklserver/tftp/_common_/ltsp/i386.squeeze/initrd.img b/examples/disklserver/tftp/_common_/ltsp/i386.squeeze/initrd.img new file mode 120000 index 0000000..ce21bae --- /dev/null +++ b/examples/disklserver/tftp/_common_/ltsp/i386.squeeze/initrd.img @@ -0,0 +1 @@ +/srv/ltsp/i386.squeeze/boot/initrd.img
\ No newline at end of file diff --git a/examples/disklserver/tftp/_common_/ltsp/i386.squeeze/vmlinuz b/examples/disklserver/tftp/_common_/ltsp/i386.squeeze/vmlinuz new file mode 120000 index 0000000..e0521ef --- /dev/null +++ b/examples/disklserver/tftp/_common_/ltsp/i386.squeeze/vmlinuz @@ -0,0 +1 @@ +/srv/ltsp/i386.squeeze/boot/vmlinuz
\ No newline at end of file diff --git a/examples/disklserver/tftp/_common_/ltsp/i386/gpxelinux.0 b/examples/disklserver/tftp/_common_/ltsp/i386/gpxelinux.0 deleted file mode 120000 index 6e777d1..0000000 --- a/examples/disklserver/tftp/_common_/ltsp/i386/gpxelinux.0 +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/syslinux/gpxelinux.0
\ No newline at end of file diff --git a/examples/disklserver/tftp/_common_/ltsp/i386/initrd.img b/examples/disklserver/tftp/_common_/ltsp/i386/initrd.img deleted file mode 120000 index b7b0322..0000000 --- a/examples/disklserver/tftp/_common_/ltsp/i386/initrd.img +++ /dev/null @@ -1 +0,0 @@ -/srv/ltsp/i386/boot/initrd.img
\ No newline at end of file diff --git a/examples/disklserver/tftp/_common_/ltsp/i386/memtest86+.bin b/examples/disklserver/tftp/_common_/ltsp/i386/memtest86+.bin deleted file mode 120000 index aea3158..0000000 --- a/examples/disklserver/tftp/_common_/ltsp/i386/memtest86+.bin +++ /dev/null @@ -1 +0,0 @@ -/srv/ltsp/i386/boot/memtest86+.bin
\ No newline at end of file diff --git a/examples/disklserver/tftp/_common_/ltsp/i386/memtest86+_multiboot.bin b/examples/disklserver/tftp/_common_/ltsp/i386/memtest86+_multiboot.bin deleted file mode 120000 index 327278f..0000000 --- a/examples/disklserver/tftp/_common_/ltsp/i386/memtest86+_multiboot.bin +++ /dev/null @@ -1 +0,0 @@ -/srv/ltsp/i386/boot/memtest86+_multiboot.bin
\ No newline at end of file diff --git a/examples/disklserver/tftp/_common_/ltsp/i386/memtest86.bin b/examples/disklserver/tftp/_common_/ltsp/i386/memtest86.bin deleted file mode 120000 index ea683b2..0000000 --- a/examples/disklserver/tftp/_common_/ltsp/i386/memtest86.bin +++ /dev/null @@ -1 +0,0 @@ -/srv/ltsp/i386/boot/memtest86.bin
\ No newline at end of file diff --git a/examples/disklserver/tftp/_common_/ltsp/i386/nbi.img b/examples/disklserver/tftp/_common_/ltsp/i386/nbi.img deleted file mode 120000 index 50c232c..0000000 --- a/examples/disklserver/tftp/_common_/ltsp/i386/nbi.img +++ /dev/null @@ -1 +0,0 @@ -/srv/ltsp/i386/boot/nbi.img
\ No newline at end of file diff --git a/examples/disklserver/tftp/_common_/ltsp/i386/vmlinuz b/examples/disklserver/tftp/_common_/ltsp/i386/vmlinuz deleted file mode 120000 index 954f0b9..0000000 --- a/examples/disklserver/tftp/_common_/ltsp/i386/vmlinuz +++ /dev/null @@ -1 +0,0 @@ -/srv/ltsp/i386/boot/vmlinuz
\ No newline at end of file diff --git a/examples/disklserver/tftp/_common_/pxelinux.0 b/examples/disklserver/tftp/_common_/pxelinux.0 deleted file mode 120000 index 0f93aef..0000000 --- a/examples/disklserver/tftp/_common_/pxelinux.0 +++ /dev/null @@ -1 +0,0 @@ -/usr/lib/syslinux/pxelinux.0
\ No newline at end of file diff --git a/examples/disklserver/tftp/_common_/pxelinux/jessie/pxelinux.0 b/examples/disklserver/tftp/_common_/pxelinux/jessie/pxelinux.0 new file mode 120000 index 0000000..f723d02 --- /dev/null +++ b/examples/disklserver/tftp/_common_/pxelinux/jessie/pxelinux.0 @@ -0,0 +1 @@ +/usr/lib/PXELINUX/pxelinux.0
\ No newline at end of file diff --git a/examples/disklserver/tftp/_common_/ltsp/i386/pxelinux.0 b/examples/disklserver/tftp/_common_/pxelinux/squeeze/pxelinux.0 index 0f93aef..0f93aef 120000 --- a/examples/disklserver/tftp/_common_/ltsp/i386/pxelinux.0 +++ b/examples/disklserver/tftp/_common_/pxelinux/squeeze/pxelinux.0 diff --git a/examples/disklserver/tftp/_common_/syslinux/jessie/syslinux b/examples/disklserver/tftp/_common_/syslinux/jessie/syslinux new file mode 120000 index 0000000..7bea767 --- /dev/null +++ b/examples/disklserver/tftp/_common_/syslinux/jessie/syslinux @@ -0,0 +1 @@ +/usr/lib/syslinux/modules/bios
\ No newline at end of file diff --git a/examples/disklserver/tftp/_common_/syslinux/squeeze/syslinux b/examples/disklserver/tftp/_common_/syslinux/squeeze/syslinux new file mode 120000 index 0000000..e76fbf5 --- /dev/null +++ b/examples/disklserver/tftp/_common_/syslinux/squeeze/syslinux @@ -0,0 +1 @@ +/usr/lib/syslinux/
\ No newline at end of file diff --git a/examples/disklserver/tftp/_common_/x2go/i386/initrd.img b/examples/disklserver/tftp/_common_/x2go/i386/initrd.img new file mode 120000 index 0000000..4f0f0b5 --- /dev/null +++ b/examples/disklserver/tftp/_common_/x2go/i386/initrd.img @@ -0,0 +1 @@ +/opt/x2gothinclient/chroot/boot/initrd.img
\ No newline at end of file diff --git a/examples/disklserver/tftp/_common_/x2go/i386/vmlinuz b/examples/disklserver/tftp/_common_/x2go/i386/vmlinuz new file mode 120000 index 0000000..74fb488 --- /dev/null +++ b/examples/disklserver/tftp/_common_/x2go/i386/vmlinuz @@ -0,0 +1 @@ +/opt/x2gothinclient/chroot/boot/vmlinuz
\ No newline at end of file |