Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9DD2F17EE1 for ; Wed, 28 Jan 2015 17:41:38 +0000 (UTC) Received: (qmail 34518 invoked by uid 500); 28 Jan 2015 17:41:39 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 34489 invoked by uid 500); 28 Jan 2015 17:41:39 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 34478 invoked by uid 99); 28 Jan 2015 17:41:39 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jan 2015 17:41:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DFAD1E03EE; Wed, 28 Jan 2015 17:41:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bhaisaab@apache.org To: commits@cloudstack.apache.org Message-Id: <609238714d5d4b43904ddfe0a19763f7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/4.5 to eca528d Date: Wed, 28 Jan 2015 17:41:38 +0000 (UTC) Repository: cloudstack Updated Branches: refs/heads/4.5 e9ce0df5d -> eca528dec appliance: upgrade systemvm to latest packages Signed-off-by: Rohit Yadav Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/eca528de Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/eca528de Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/eca528de Branch: refs/heads/4.5 Commit: eca528dec73bc8599089a44516c37894d56d1902 Parents: e9ce0df Author: Rohit Yadav Authored: Wed Jan 28 23:10:31 2015 +0530 Committer: Rohit Yadav Committed: Wed Jan 28 23:10:31 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/eca528de/tools/appliance/definitions/systemvm64template/postinstall.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh index b634f11..fc1333d 100644 --- a/tools/appliance/definitions/systemvm64template/postinstall.sh +++ b/tools/appliance/definitions/systemvm64template/postinstall.sh @@ -107,6 +107,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/eca528de/tools/appliance/definitions/systemvmtemplate/postinstall.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh index a1ae792..c08a9b1 100644 --- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh +++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh @@ -97,6 +97,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() {