mirror of https://github.com/apache/cloudstack.git
appliance: Install open-vm-tools, vmwaretools alternative
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
11042121b2
commit
9fca393f01
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue