Skip to content

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.

3 participants