-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
VMware: use correct script flags based on version #590
Comments
Yes I think this changed in Workstation 12/Fusion 8, if you use an earlier version you have to revert to |
It's the new flag in VMware Tools 10.0+ On Tue, May 10, 2016, 6:37 AM Rickard von Essen [email protected]
|
It brakes compatibility with older pre 10.0.x VMWare Tools just FYI. Had the same issue until edited vmtools |
We can and should fix this one. |
Working on a fix now, should have a PR this evening. |
I see that vmtools.sh has been updated to use --force-install over --default.
a8f5ab4
Is the --force-install tied to a specific version of vmware-install.pl? I'm running VM Workstation 11.1 (VMware Tools 9.9.4 build-3193940)
builds fail with
/tmp/vmfusion-archive/vmware-tools-distrib/vmware-install.pl --force-install;
Error
vmware-iso: + /tmp/vmfusion-archive/vmware-tools-distrib/vmware-install.pl --force-install
vmware-iso: VMware Tools 9.9.4 build-3193940 for Linux installer
vmware-iso: Usage: /tmp/vmfusion-archive/vmware-tools-distrib/vmware-install.pl
vmware-iso: [[-][-]d[efault]]
vmware-iso: default: Automatically answer questions with the proposed answer.
Successful with
/tmp/vmfusion-archive/vmware-tools-distrib/vmware-install.pl --default;
The text was updated successfully, but these errors were encountered: