Hello,
What about if on your vagrantfile you create a disk/filesystem for
what you require to store?
say /var/docker
or /srv or /project
will that work?
if the answer is yes, then you can put some Vagrant Vbox manage to
create a fixed size disk at virtualbox level and then using shell
provisioners you can do the OS part
let me know and I can share some tips for that.
if, using a mount point won't work for you, then I think the easiest
will be create a custom box using
packer.io
using VBoxManage you can convert the disk to fixed before first boot, quite cool
here I create 3 disk after the OS one.
something similar can be used to change the OS disk into fixed
https://github.com/kikitux/packer-vagrant-oracle/blob/master/packer/oracle65/packer-vagrant-oracle65-btrfs-4disk.json
Alvaro
> --
> 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
vagrant-up+...@googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.