From 81c1597a0c53341caddcf2459b45e7db033d04ef Mon Sep 17 00:00:00 2001 From: Bob Gilligan Date: Wed, 13 Jan 2010 16:51:45 -0800 Subject: Don't allow installation to proceed if MD5 checksum errors are found. --- scripts/install/install-image | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install/install-image b/scripts/install/install-image index 507ee294..5de3772c 100755 --- a/scripts/install/install-image +++ b/scripts/install/install-image @@ -121,6 +121,7 @@ set_up_new_iso () echo "Failed!" echo "$failures checksum failures found!" echo "ISO image is correupted and can not be used." + exit 1 fi # mount squash image -- cgit v1.2.3 From 48285cb01c96e106466d09f911021c7f65357d2e Mon Sep 17 00:00:00 2001 From: Bob Gilligan Date: Wed, 13 Jan 2010 16:55:42 -0800 Subject: 0.16.12 --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index fa9bcd6d..25bf53e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +vyatta-cfg-system (0.16.12) unstable; urgency=low + + * Don't allow installation to proceed if MD5 checksum errors are + found. + + -- Bob Gilligan Wed, 13 Jan 2010 16:55:41 -0800 + vyatta-cfg-system (0.16.11) unstable; urgency=low * Switch from wget to curl since the latter supports more URL methods. -- cgit v1.2.3