diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | scripts/install/install-image | 1 |
2 files changed, 8 insertions, 0 deletions
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 <gilligan@vyatta.com> 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. 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 |