From 9fca393f01efac58cdcd2b760ebbd42b5dbeafb6 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Wed, 10 Apr 2013 18:10:03 +0530 Subject: [PATCH] appliance: Install open-vm-tools, vmwaretools alternative Signed-off-by: Rohit Yadav --- tools/appliance/definitions/systemvmtemplate/postinstall.sh | 3 +-- tools/appliance/definitions/systemvmtemplate64/postinstall.sh | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh index 0395f380fb2..176c93f914d 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 diff --git a/tools/appliance/definitions/systemvmtemplate64/postinstall.sh b/tools/appliance/definitions/systemvmtemplate64/postinstall.sh index 0395f380fb2..176c93f914d 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