I tried using rsync... the issue is, the OpenWRT box does not have rsync installed by default.
Is there ay way to provision before setting up the synced folder? I can disable the synced folder on `vagrant up`, let it provision, then enable the synced folder and run `vagrant reload`, but it would be better if I didn't have to continuously modify the Vagrantfile to make this work. On Wed, Dec 2, 2015 at 8:50 PM, Alvaro Miranda Aguilera <[email protected]> wrote: > Hello, > > you can try use rsync. > > there are some recipes for get that working on window, but for OSX and > linux just works. > > > Alvaro > > On 2/12/2015, at 7:01 PM, David Poxon <[email protected]> wrote: > > Hi, > > Anyone have experience using OpenWRT with Vagrant? I can't get Virtualbox > guest additions to install on OpenWRT, so I was hoping to use NFS to share > files with the OpenWRT Vagrant box. However, Vagrant hangs when mounting > the NFS shared folders, and I think this is because Vagrant can't configure > the OpenWRT network interfaces for the private network (which I set > auto_config: false to avoid the error message). > > Any thoughts/help/experience regarding this? > > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior in > violation of those guidelines may result in your removal from this mailing > list. > > GitHub Issues: https://github.com/mitchellh/vagrant/issues > IRC: #vagrant on Freenode > --- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/vagrant-up/42fdf034-9b71-49a6-93a8-48e602a6d775%40googlegroups.com > <https://groups.google.com/d/msgid/vagrant-up/42fdf034-9b71-49a6-93a8-48e602a6d775%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > > > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior in > violation of those guidelines may result in your removal from this mailing > list. > > GitHub Issues: https://github.com/mitchellh/vagrant/issues > IRC: #vagrant on Freenode > --- > You received this message because you are subscribed to a topic in the > Google Groups "Vagrant" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/vagrant-up/Q8nPuYXWeJk/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/vagrant-up/ED55E27D-CACA-4C07-AD23-C25275BAE22C%40gmail.com > <https://groups.google.com/d/msgid/vagrant-up/ED55E27D-CACA-4C07-AD23-C25275BAE22C%40gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/CAG8q3wB7k%3Dt8RrJ%3DR9UuBn0EBAgFvyrVNXqawfMTpeRW3UxQkQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
