Repository: cloudstack Updated Branches: refs/heads/4.3 3e61df491 -> a10a9d522
appliance: upgrade systemvm to latest packages 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/efad7b00 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/efad7b00 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/efad7b00 Branch: refs/heads/4.3 Commit: efad7b0051b4295a2c23813844a44799a4805dd5 Parents: 3e61df4 Author: Rohit Yadav <[email protected]> Authored: Wed Jan 28 23:10:31 2015 +0530 Committer: Rohit Yadav <[email protected]> Committed: Wed Jan 28 23:18:56 2015 +0530 ---------------------------------------------------------------------- tools/appliance/definitions/systemvm64template/postinstall.sh | 4 +++- tools/appliance/definitions/systemvmtemplate/postinstall.sh | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/efad7b00/tools/appliance/definitions/systemvm64template/postinstall.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh index f825cce..e1fd544 100644 --- a/tools/appliance/definitions/systemvm64template/postinstall.sh +++ b/tools/appliance/definitions/systemvm64template/postinstall.sh @@ -108,7 +108,9 @@ install_packages() { apt-get update apt-get --no-install-recommends -q -y --force-yes install links:i386 libuuid1:i386 - + # do a final update and upgrade + apt-get update + apt-get -y --force-yes upgrade } setup_accounts() { http://git-wip-us.apache.org/repos/asf/cloudstack/blob/efad7b00/tools/appliance/definitions/systemvmtemplate/postinstall.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh index 9d3fa38..6fb2cb3 100644 --- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh +++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh @@ -91,6 +91,10 @@ install_packages() { # apt-get -q -y --force-yes purge build-essential apt-get --no-install-recommends -q -y --force-yes install haproxy + + # do a final update and upgrade + apt-get update + apt-get -y --force-yes upgrade } setup_accounts() {
