From 6a51ccb3e978d5090c75f53094249fd627c24a88 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 12 Dec 2017 21:19:51 +0100 Subject: examples/disklserver: Provide TFTP/pxelinux configuration for booting Debian Edu stretch diskless machines. --- examples/disklserver/tftp/_common_/ltsp/amd64.stretch/initrd.img | 1 + examples/disklserver/tftp/_common_/ltsp/amd64.stretch/vmlinuz | 1 + 2 files changed, 2 insertions(+) create mode 120000 examples/disklserver/tftp/_common_/ltsp/amd64.stretch/initrd.img create mode 120000 examples/disklserver/tftp/_common_/ltsp/amd64.stretch/vmlinuz (limited to 'examples/disklserver/tftp/_common_/ltsp') 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 -- cgit v1.2.3