Vagrant plugin lacks possibility to embed a Vagrantfile
vagrant has the possibility to use an embedded Vagrantfile inside the box file but it is not possible to specify one at build time with boostrap-vz
we currently need a custome Vagrantfile in http://anonscm.debian.org/cgit/cloud/debian-vm-templates.git/tree/packer-virtualbox-vagrant/assets because we want to override the use of the vboxsf kernel module from the 'contrib'archive
Makes a lot of sense, this should definitely be supported. As a workaround until this is implemented you should be able to use --catenate to append a Vagrantfile to the archive, correct?
You mean tar --catenate I guess ?
Woops, forgot the tar part. Yes, exactly.