Hello (hola!) Each person/group decide what's best for them, some include the virtualbox additions other doesnt.
If rsync did work, can be you are on linux/osx and/or the box is configured to use that. Each box can include a vagrant file that gets loaded that can modify the default settings. if you would like to test other boxes, have a look at bento in atlas. If you would like to build your own boxes, have a look at packer.io and github.com/chef/bento Hope this helps Alvaro. On Sat, Nov 7, 2015 at 7:49 AM, Joaquin Menchaca <[email protected]> wrote: > I wanted to try stuff with CentOS 7 from Atlas, and notice some strange > behavior. Is this expected, or a bug? > > Vagrantfile > # -*- mode: ruby -*- > # vi: set ft=ruby : > > Vagrant.configure("2") do |config| > config.vm.define "devbox", primary: true do |dev| > dev.vm.box = "centos/7" > end > end > > When I go into this system, there's no /vagrant mounted, but there's an > rsync'd folder in /home/vagrant/sync. Is auto-mounting /vagrant no longer > supported? > > This doesn't happen with Trusty using ubuntu/trusty64. > > -- > 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/87079dc5-4919-42aa-9dde-d1ba33ef91ac%40googlegroups.com. > 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/CAHqq0ewK39F8bggOaOH0xHcmmfNMTrwqa9GfNqUR4seq67YMxg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
