aboutsummaryrefslogtreecommitdiffstats
path: root/create_dvd.sh
diff options
context:
space:
mode:
authorAnne Nicolas <ennael@mageia.org>2015-11-19 19:55:54 +0100
committerAnne Nicolas <ennael@mageia.org>2015-11-19 19:55:54 +0100
commitb239d8761432495a779df948c09e01c4f46082cb (patch)
treea905e89910d5922428d2ab2db84013264e62f6a3 /create_dvd.sh
parent78faadb10d6075e242c23031f224579758899c0a (diff)
downloadbcd-b239d8761432495a779df948c09e01c4f46082cb.tar
bcd-b239d8761432495a779df948c09e01c4f46082cb.tar.gz
bcd-b239d8761432495a779df948c09e01c4f46082cb.tar.bz2
bcd-b239d8761432495a779df948c09e01c4f46082cb.tar.xz
bcd-b239d8761432495a779df948c09e01c4f46082cb.zip
Finalize Mageia 5 release
Diffstat (limited to 'create_dvd.sh')
-rwxr-xr-xcreate_dvd.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/create_dvd.sh b/create_dvd.sh
index 97043dc..3caf965 100755
--- a/create_dvd.sh
+++ b/create_dvd.sh
@@ -28,3 +28,7 @@ fi
$bin/bcd.pl dvd_free-$arch.xml iso
date > $homebcd/iso/$distrib-$version-$arch/DATE.txt
+for i in md5 sha1
+do
+${i}sum $homebcd/iso/$distrib-$version-$arch/$distrib-$version-$arch-DVD.iso > $homebcd/iso/$distrib-$version-$arch/$distrib-$version-$arch-DVD.iso.$i
+done