diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-01-13 19:52:03 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-01-13 19:52:03 -0800 |
commit | 0d12bc62c49d4cace86be751ca0601e132e4b503 (patch) | |
tree | a00dff5041d93c5885e801dcb30c5e8720400547 | |
parent | 39c65767fa32c99dee61dbb5cb3fd92afdebb3b4 (diff) | |
parent | 48285cb01c96e106466d09f911021c7f65357d2e (diff) | |
download | vyatta-cfg-system-0d12bc62c49d4cace86be751ca0601e132e4b503.tar.gz vyatta-cfg-system-0d12bc62c49d4cace86be751ca0601e132e4b503.zip |
Merge branch 'kenwood' of suva.vyatta.com:/git/vyatta-cfg-system into kenwood
-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 |