summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
l---------examples/disklserver/tftp/_common_/ltsp/i386/memtest86+.bin2
l---------examples/disklserver/tftp/_common_/ltsp/i386/memtest86.bin2
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 <mike.gabriel@das-netzwerkteam.de> 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