summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--images/Makefile4
-rw-r--r--images/NEWS1
2 files changed, 3 insertions, 2 deletions
diff --git a/images/Makefile b/images/Makefile
index 18993901f..0bb17d063 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -22,9 +22,9 @@ images: all.kernels/.list
DISTRIB_DESCR=$(DISTRIB_DESCR) DISTRIB_VERSION=$(DISTRIB_VERSION) ./make_boot_img
rm -rf images/alternatives
if [ `ls images/*.img-* 2>/dev/null | wc -l` -gt 0 ]; then \
- mkdir images/alternatives; cd images/alternatives; mv ../*.img-* .; md5sum *.img-* > MD5SUM; \
+ mkdir images/alternatives; cd images/alternatives; mv ../*.img-* .; md5sum *.img-* > MD5SUM; sha512sum *.img-* > SHA512SUM; \
fi
- cd images ; md5sum *.{img,iso}* > MD5SUM
+ cd images; md5sum *.{img,iso}* > MD5SUM; sha512sum *.{img,iso}* > SHA512SUM
all.kernels/.list: update_kernel
./update_kernel $(KERNELS)
diff --git a/images/NEWS b/images/NEWS
index b6c74c8db..21f859b3e 100644
--- a/images/NEWS
+++ b/images/NEWS
@@ -1,3 +1,4 @@
+- add sha512 sums for images
- typo fix (mga#18492)
Version 2.34 - 10 May 2016 by Thomas Backlund