You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ap...@apache.org on 2014/01/17 11:41:43 UTC

git commit: updated refs/heads/4.3 to fc2e7ec

Updated Branches:
  refs/heads/4.3 330571cea -> fc2e7ec70


updating the jre to version 7 on system vms


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/fc2e7ec7
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/fc2e7ec7
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/fc2e7ec7

Branch: refs/heads/4.3
Commit: fc2e7ec70a1cc48a10a168ec3df607b49a7bcdf6
Parents: 330571c
Author: Abhinandan Prateek <ap...@apache.org>
Authored: Fri Jan 17 16:11:28 2014 +0530
Committer: Abhinandan Prateek <ap...@apache.org>
Committed: Fri Jan 17 16:11:28 2014 +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/fc2e7ec7/tools/appliance/definitions/systemvm64template/postinstall.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh
index 8a281f6..648e934 100644
--- a/tools/appliance/definitions/systemvm64template/postinstall.sh
+++ b/tools/appliance/definitions/systemvm64template/postinstall.sh
@@ -70,7 +70,7 @@ install_packages() {
   # ipcalc
   apt-get --no-install-recommends -q -y --force-yes install ipcalc
   # java
-  apt-get --no-install-recommends -q -y --force-yes install  default-jre-headless
+  apt-get --no-install-recommends -q -y --force-yes install  openjdk-7-jre-headless
 
   echo "iptables-persistent iptables-persistent/autosave_v4 boolean true" | debconf-set-selections
   echo "iptables-persistent iptables-persistent/autosave_v6 boolean true" | debconf-set-selections

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/fc2e7ec7/tools/appliance/definitions/systemvmtemplate/postinstall.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh
index 822cd5f..0828dbf 100644
--- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh
+++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh
@@ -66,7 +66,7 @@ install_packages() {
   # ipcalc
   apt-get --no-install-recommends -q -y --force-yes install ipcalc
   # java
-  apt-get --no-install-recommends -q -y --force-yes install  default-jre-headless
+  apt-get --no-install-recommends -q -y --force-yes install  openjdk-7-jre-headless
 
   echo "iptables-persistent iptables-persistent/autosave_v4 boolean true" | debconf-set-selections
   echo "iptables-persistent iptables-persistent/autosave_v6 boolean true" | debconf-set-selections