Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use open-vm-tools to install VMWare tools #4

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

code-later
Copy link
Member

@moonglum and I are using VMWare 7 locally. Apparently Atlas uses some different version in the Packer environment. This causes the installation of different VMWare tools which have the HGFS module (for shared folder support) not correctly installed in the Vagrant box.

We decided to go with the open-vm-tools package since it is made for the specific Ubuntu version :-)

rm -rf /tmp/vmfusion;
rm -rf /tmp/vmfusion-archive;
rm -f $HOME_DIR/*.iso;
apt-get install open-vm-tools;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

apt-get install -y, no?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants