Skip to content

Commit 9fca393

Browse files
committed
appliance: Install open-vm-tools, vmwaretools alternative
Signed-off-by: Rohit Yadav <[email protected]>
1 parent 1104212 commit 9fca393

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

tools/appliance/definitions/systemvmtemplate/postinstall.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ install_packages() {
6464
apt-get --no-install-recommends -q -y --force-yes install iptables-persistent
6565

6666
# vmware tools
67-
# uncomment for opensource vmware tool:
68-
# apt-get --no-install-recommends -q -y --force-yes install open-vm-tools
67+
apt-get --no-install-recommends -q -y --force-yes install open-vm-tools
6968
apt-get --no-install-recommends -q -y --force-yes install build-essential linux-headers-`uname -r`
7069
df -h
7170
PREVDIR=$PWD

tools/appliance/definitions/systemvmtemplate64/postinstall.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@ install_packages() {
6464
apt-get --no-install-recommends -q -y --force-yes install iptables-persistent
6565

6666
# vmware tools
67-
# uncomment for opensource vmware tool:
68-
# apt-get --no-install-recommends -q -y --force-yes install open-vm-tools
67+
apt-get --no-install-recommends -q -y --force-yes install open-vm-tools
6968
apt-get --no-install-recommends -q -y --force-yes install build-essential linux-headers-`uname -r`
7069
df -h
7170
PREVDIR=$PWD

0 commit comments

Comments
 (0)