diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-12 21:19:51 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-12-12 21:19:51 +0100 |
commit | 6a51ccb3e978d5090c75f53094249fd627c24a88 (patch) | |
tree | 83242e0057604a86c811e8b6097407e002b3342d /examples/disklserver/tftp/_common_ | |
parent | 9a17403a3e247511d0f201ea5d38453b7c8b1347 (diff) | |
download | itzks-systems-6a51ccb3e978d5090c75f53094249fd627c24a88.tar.gz itzks-systems-6a51ccb3e978d5090c75f53094249fd627c24a88.tar.bz2 itzks-systems-6a51ccb3e978d5090c75f53094249fd627c24a88.zip |
examples/disklserver: Provide TFTP/pxelinux configuration for booting Debian Edu stretch diskless machines.
Diffstat (limited to 'examples/disklserver/tftp/_common_')
3 files changed, 10 insertions, 0 deletions
diff --git a/examples/disklserver/tftp/_common_/debian-edu/ltsp-diskless-stretch.cfg b/examples/disklserver/tftp/_common_/debian-edu/ltsp-diskless-stretch.cfg new file mode 100644 index 0000000..c8f7f5a --- /dev/null +++ b/examples/disklserver/tftp/_common_/debian-edu/ltsp-diskless-stretch.cfg @@ -0,0 +1,8 @@ +LABEL ltsp-diskless-stretch + MENU LABEL ^Diskless Workstation (Debian Edu 9.0) +# MENU DEFAULT + KERNEL ltsp/amd64.stretch/vmlinuz + APPEND initrd=ltsp/amd64.stretch/initrd.img init=/sbin/init-ltsp nfsroot=/opt/ltsp/amd64.stretch,v3,tcp,intr,rsize=1048576,wsize=1048576 boot=nfs ro quiet splash ipappend + + + diff --git a/examples/disklserver/tftp/_common_/ltsp/amd64.stretch/initrd.img b/examples/disklserver/tftp/_common_/ltsp/amd64.stretch/initrd.img new file mode 120000 index 0000000..ad7e08d --- /dev/null +++ b/examples/disklserver/tftp/_common_/ltsp/amd64.stretch/initrd.img @@ -0,0 +1 @@ +/srv/ltsp/amd64.stretch/initrd.img
\ No newline at end of file diff --git a/examples/disklserver/tftp/_common_/ltsp/amd64.stretch/vmlinuz b/examples/disklserver/tftp/_common_/ltsp/amd64.stretch/vmlinuz new file mode 120000 index 0000000..b3c9206 --- /dev/null +++ b/examples/disklserver/tftp/_common_/ltsp/amd64.stretch/vmlinuz @@ -0,0 +1 @@ +/srv/ltsp/amd64.stretch/vmlinuz
\ No newline at end of file |