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

Bad VagrantFile location in Windows 7 #216

Closed
janderland opened this issue Apr 22, 2013 · 4 comments
Closed

Bad VagrantFile location in Windows 7 #216

janderland opened this issue Apr 22, 2013 · 4 comments

Comments

@janderland
Copy link

In Windows 7 Home Premium, Vagrant v1.2.0, when you run "vagrant up" to create the Vagrant VM, the creation fails on account of the destination mount folder for the ardupilot source not being referenced absolutely. It is referenced as "~/ardupilot". An easy fix is to simply give the absolute path in the Vagrantfile as "/home/vagrant/ardupilot".

@wiseman
Copy link
Contributor

wiseman commented Apr 22, 2013

Thanks for the report, chronzberg, I'll take a look at this.

@wiseman
Copy link
Contributor

wiseman commented Apr 29, 2013

Looks like later versions of vagrant are stricter about this. I submitted a patch that fixes it.

@mikkosaarisalo
Copy link
Contributor

Thanks for the fix. The patch also fixes the same problem on MAC. (And what ever platform Vagrant runs on, I assume.)

@pchickey
Copy link
Contributor

pchickey commented May 2, 2013

I pushed John's patch. Thanks!

@pchickey pchickey closed this as completed May 2, 2013
rmackay9 pushed a commit to rmackay9/rmackay9-ardupilot that referenced this issue May 4, 2013
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

4 participants