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

Flag passed to VMware Tools installer may need to be dynamic #9

Closed
geerlingguy opened this issue Oct 29, 2016 · 6 comments
Closed

Flag passed to VMware Tools installer may need to be dynamic #9

geerlingguy opened this issue Oct 29, 2016 · 6 comments

Comments

@geerlingguy
Copy link
Owner

The current command to install VMware Tools is:

- name: Run the VMware tools installer.
  shell: /tmp/vmfusion-archive/vmware-tools-distrib/vmware-install.pl --default

But for newer versions (8+?) of VMware (and maybe only on more recent OSes), the installation may need --force-install instead. See these two commits in Bento:

@geerlingguy
Copy link
Owner Author

Or maybe no install at all on 16.04? Trying to suss out what actually happened in Bento upsteam...

@geerlingguy
Copy link
Owner Author

@it-praktyk
Copy link
Contributor

The related issue geerlingguy/packer-ubuntu-1404#21

@it-praktyk
Copy link
Contributor

The fix is included in the #13

@geerlingguy
Copy link
Owner Author

Thanks!

@it-praktyk
Copy link
Contributor

The issue can be closed now because is resolved by #15

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

No branches or pull requests

2 participants