Repository: cloudstack Updated Branches: refs/heads/4.5 eca528dec -> a3fa59eaf
appliance: fix missing statement Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a3fa59ea Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a3fa59ea Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a3fa59ea Branch: refs/heads/4.5 Commit: a3fa59eaf197960ddfe985c273c79ade8d5eefe0 Parents: eca528d Author: Rohit Yadav <[email protected]> Authored: Wed Jan 28 23:14:12 2015 +0530 Committer: Rohit Yadav <[email protected]> Committed: Wed Jan 28 23:14:12 2015 +0530 ---------------------------------------------------------------------- tools/appliance/definitions/systemvm64template/postinstall.sh | 2 +- tools/appliance/definitions/systemvmtemplate/postinstall.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a3fa59ea/tools/appliance/definitions/systemvm64template/postinstall.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh index fc1333d..de63293 100644 --- a/tools/appliance/definitions/systemvm64template/postinstall.sh +++ b/tools/appliance/definitions/systemvm64template/postinstall.sh @@ -110,7 +110,7 @@ install_packages() { # do a final update and upgrade apt-get update - apt-get -y --force-yes + apt-get -y --force-yes upgrade } setup_accounts() { http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a3fa59ea/tools/appliance/definitions/systemvmtemplate/postinstall.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh index c08a9b1..1ed1258 100644 --- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh +++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh @@ -100,7 +100,7 @@ install_packages() { # do a final update and upgrade apt-get update - apt-get -y --force-yes + apt-get -y --force-yes upgrade } setup_accounts() {
