From 11042121b29a96df2ff392f8e0030f5cb9fb79b9 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Wed, 10 Apr 2013 18:04:17 +0530 Subject: [PATCH] appliance: only build-essential needed to build vmtools Signed-off-by: Rohit Yadav --- tools/appliance/definitions/systemvmtemplate/postinstall.sh | 4 ++-- tools/appliance/definitions/systemvmtemplate64/postinstall.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/appliance/definitions/systemvmtemplate/postinstall.sh b/tools/appliance/definitions/systemvmtemplate/postinstall.sh index c0a7e87da2f..0395f380fb2 100644 --- a/tools/appliance/definitions/systemvmtemplate/postinstall.sh +++ b/tools/appliance/definitions/systemvmtemplate/postinstall.sh @@ -66,7 +66,7 @@ install_packages() { # 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 build-essential gcc linux-headers-`uname -r` + apt-get --no-install-recommends -q -y --force-yes install build-essential linux-headers-`uname -r` df -h PREVDIR=$PWD cd /opt @@ -77,7 +77,7 @@ install_packages() { ./vmware-install.pl -d cd $PREV rm -fr /opt/vmware-tools-distrib - apt-get -q -y --force-yes purge build-essential gcc + apt-get -q -y --force-yes purge build-essential } setup_accounts() { diff --git a/tools/appliance/definitions/systemvmtemplate64/postinstall.sh b/tools/appliance/definitions/systemvmtemplate64/postinstall.sh index c0a7e87da2f..0395f380fb2 100644 --- a/tools/appliance/definitions/systemvmtemplate64/postinstall.sh +++ b/tools/appliance/definitions/systemvmtemplate64/postinstall.sh @@ -66,7 +66,7 @@ install_packages() { # 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 build-essential gcc linux-headers-`uname -r` + apt-get --no-install-recommends -q -y --force-yes install build-essential linux-headers-`uname -r` df -h PREVDIR=$PWD cd /opt @@ -77,7 +77,7 @@ install_packages() { ./vmware-install.pl -d cd $PREV rm -fr /opt/vmware-tools-distrib - apt-get -q -y --force-yes purge build-essential gcc + apt-get -q -y --force-yes purge build-essential } setup_accounts() {