appliance: only build-essential needed to build vmtools

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
Rohit Yadav 2013-04-10 18:04:17 +05:30
parent 26695151f6
commit 11042121b2
2 changed files with 4 additions and 4 deletions

View File

@ -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() {

View File

@ -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() {