You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by al...@apache.org on 2013/04/11 02:15:36 UTC

[25/50] [abbrv] git commit: updated refs/heads/internallb to 20beb7a

appliance: Install open-vm-tools, vmwaretools alternative

Signed-off-by: Rohit Yadav <bh...@apache.org>


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

Branch: refs/heads/internallb
Commit: 9fca393f01efac58cdcd2b760ebbd42b5dbeafb6
Parents: 1104212
Author: Rohit Yadav <bh...@apache.org>
Authored: Wed Apr 10 18:10:03 2013 +0530
Committer: Rohit Yadav <bh...@apache.org>
Committed: Wed Apr 10 18:10:03 2013 +0530

----------------------------------------------------------------------
 .../definitions/systemvmtemplate/postinstall.sh    |    3 +--
 .../definitions/systemvmtemplate64/postinstall.sh  |    3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9fca393f/tools/appliance/definitions/systemvmtemplate/postinstall.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh
index 0395f38..176c93f 100644
--- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh
+++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh
@@ -64,8 +64,7 @@ install_packages() {
   apt-get --no-install-recommends -q -y --force-yes install iptables-persistent
 
   # vmware tools
-  # uncomment for opensource vmware tool:
-  #   apt-get --no-install-recommends -q -y --force-yes install open-vm-tools
+  apt-get --no-install-recommends -q -y --force-yes install open-vm-tools
   apt-get --no-install-recommends -q -y --force-yes install build-essential linux-headers-`uname -r`
   df -h
   PREVDIR=$PWD

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9fca393f/tools/appliance/definitions/systemvmtemplate64/postinstall.sh
----------------------------------------------------------------------
diff --git a/tools/appliance/definitions/systemvmtemplate64/postinstall.sh b/tools/appliance/definitions/systemvmtemplate64/postinstall.sh
index 0395f38..176c93f 100644
--- a/tools/appliance/definitions/systemvmtemplate64/postinstall.sh
+++ b/tools/appliance/definitions/systemvmtemplate64/postinstall.sh
@@ -64,8 +64,7 @@ install_packages() {
   apt-get --no-install-recommends -q -y --force-yes install iptables-persistent
 
   # vmware tools
-  # uncomment for opensource vmware tool:
-  #   apt-get --no-install-recommends -q -y --force-yes install open-vm-tools
+  apt-get --no-install-recommends -q -y --force-yes install open-vm-tools
   apt-get --no-install-recommends -q -y --force-yes install build-essential linux-headers-`uname -r`
   df -h
   PREVDIR=$PWD