Repository: cloudstack Updated Branches: refs/heads/4.3 5822132bc -> 3e61df491
appliance: fix versions and let it have jre 1.7 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/3e61df49 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/3e61df49 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/3e61df49 Branch: refs/heads/4.3 Commit: 3e61df4918a86127b993fa59345d85228c282fae Parents: 5822132 Author: Rohit Yadav <[email protected]> Authored: Wed Jan 28 18:19:45 2015 +0530 Committer: Rohit Yadav <[email protected]> Committed: Wed Jan 28 18:19:45 2015 +0530 ---------------------------------------------------------------------- tools/appliance/definitions/systemvm64template/postinstall.sh | 4 ++-- tools/appliance/definitions/systemvmtemplate/postinstall.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/3e61df49/tools/appliance/definitions/systemvm64template/postinstall.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvm64template/postinstall.sh b/tools/appliance/definitions/systemvm64template/postinstall.sh index dbe7f16..f825cce 100644 --- a/tools/appliance/definitions/systemvm64template/postinstall.sh +++ b/tools/appliance/definitions/systemvm64template/postinstall.sh @@ -19,7 +19,7 @@ set -x ROOTPW=password HOSTNAME=systemvm -CLOUDSTACK_RELEASE=4.3.1 +CLOUDSTACK_RELEASE=4.3.2 ARCH=64-bit add_backports () { @@ -72,7 +72,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/3e61df49/tools/appliance/definitions/systemvmtemplate/postinstall.sh ---------------------------------------------------------------------- diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh index 660a71b..9d3fa38 100644 --- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh +++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh @@ -19,7 +19,7 @@ set -x ROOTPW=password HOSTNAME=systemvm -CLOUDSTACK_RELEASE=4.3.1 +CLOUDSTACK_RELEASE=4.3.2 ARCH=32-bit add_backports () { @@ -68,7 +68,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
