mirror of
https://github.com/apache/cloudstack
synced 2026-08-02 13:35:41 +00:00
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
Block a user