From 9c2929a324f560679eb8d2613632902e136a924b Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 1 Apr 2013 14:12:05 +0200 Subject: /examples/disklserver/tftp: Fix broken symlinks to memtest86.bin and memtest86+.bin. --- debian/changelog | 2 ++ examples/disklserver/tftp/_common_/ltsp/i386/memtest86+.bin | 2 +- examples/disklserver/tftp/_common_/ltsp/i386/memtest86.bin | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9648c12..b17f4a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ itzks-systems (2013.03.25.4) UNRELEASED; urgency=low * /debian/control: + Add to Depends: of itzks-systems-disklserver: memtest86 and memtest86+. + Add to Depends: of itzks-systems-diskless: memtest86 and memtest86+. + * /examples/disklserver/tftp: + + Fix broken symlinks to memtest86.bin and memtest86+.bin. -- Mike Gabriel Mon, 01 Apr 2013 13:46:53 +0200 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 -- cgit v1.2.3