diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2013-04-01 14:12:05 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2013-04-01 14:12:05 +0200 |
commit | 9c2929a324f560679eb8d2613632902e136a924b (patch) | |
tree | e4621e12896359fc8e59972f6f9e5bb9fdea5348 /examples/disklserver/tftp/_common_ | |
parent | 68f0ced3b86438de3fbd04889ba22ed757fe3356 (diff) | |
download | itzks-systems-9c2929a324f560679eb8d2613632902e136a924b.tar.gz itzks-systems-9c2929a324f560679eb8d2613632902e136a924b.tar.bz2 itzks-systems-9c2929a324f560679eb8d2613632902e136a924b.zip |
/examples/disklserver/tftp: Fix broken symlinks to memtest86.bin and memtest86+.bin.
Diffstat (limited to 'examples/disklserver/tftp/_common_')
l--------- | examples/disklserver/tftp/_common_/ltsp/i386/memtest86+.bin | 2 | ||||
l--------- | examples/disklserver/tftp/_common_/ltsp/i386/memtest86.bin | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/disklserver/tftp/_common_/ltsp/i386/memtest86+.bin b/examples/disklserver/tftp/_common_/ltsp/i386/memtest86+.bin index 70f3e1e..aea3158 120000 --- a/examples/disklserver/tftp/_common_/ltsp/i386/memtest86+.bin +++ b/examples/disklserver/tftp/_common_/ltsp/i386/memtest86+.bin @@ -1 +1 @@ -/srv/ltps/i386/boot/memtest86+.bin
\ No newline at end of file +/srv/ltsp/i386/boot/memtest86+.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 index 7064804..ea683b2 120000 --- a/examples/disklserver/tftp/_common_/ltsp/i386/memtest86.bin +++ b/examples/disklserver/tftp/_common_/ltsp/i386/memtest86.bin @@ -1 +1 @@ -/srv/ltps/i386/boot/memtest86.bin
\ No newline at end of file +/srv/ltsp/i386/boot/memtest86.bin
\ No newline at end of file |