Repository: cloudstack Updated Branches: refs/heads/4.4 4752c1e6a -> 44b4f3d8e
appliance: upgrade systemvm to latest packages Signed-off-by: Rohit Yadav <[email protected]> (cherry picked from commit eca528dec73bc8599089a44516c37894d56d1902) 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/44b4f3d8 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/44b4f3d8 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/44b4f3d8 Branch: refs/heads/4.4 Commit: 44b4f3d8ee46d0163981b294d866bf9c2f3cd4bf Parents: 4752c1e Author: Rohit Yadav <[email protected]> Authored: Wed Jan 28 23:10:31 2015 +0530 Committer: Rohit Yadav <[email protected]> Committed: Wed Jan 28 23:13:22 2015 +0530 ---------------------------------------------------------------------- tools/appliance/definitions/systemvm64template/postinstall.sh | 4 ++++ tools/appliance/definitions/systemvmtemplate/postinstall.sh | 4 ++++ 2 files changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/44b4f3d8/tools/appliance/definitions/systemvm64template/postinstall.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh index 064a222..62c4d03 100644 --- a/tools/appliance/definitions/systemvm64template/postinstall.sh +++ b/tools/appliance/definitions/systemvm64template/postinstall.sh @@ -109,6 +109,10 @@ install_packages() { apt-get --no-install-recommends -q -y --force-yes install links:i386 libuuid1:i386 apt-get --no-install-recommends -q -y --force-yes install radvd + + # do a final update and upgrade + apt-get update + apt-get -y --force-yes } setup_accounts() { http://git-wip-us.apache.org/repos/asf/cloudstack/blob/44b4f3d8/tools/appliance/definitions/systemvmtemplate/postinstall.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh index 5370849..e613ceb 100644 --- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh +++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh @@ -99,6 +99,10 @@ install_packages() { apt-get --no-install-recommends -q -y --force-yes install haproxy apt-get --no-install-recommends -q -y --force-yes install radvd + + # do a final update and upgrade + apt-get update + apt-get -y --force-yes } setup_accounts() {
