andsens / bootstrap-vz

Bootstrap Debian images for virtualized environments
http://bootstrap-vz.readthedocs.io/
Other
263 stars 142 forks source link

Vagrant plugin lacks possibility to embed a Vagrantfile #297

Open EmmanuelKasper opened 8 years ago

EmmanuelKasper commented 8 years ago

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

andsens commented 8 years ago

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?

EmmanuelKasper commented 8 years ago

You mean tar --catenate I guess ?

andsens commented 8 years ago

Woops, forgot the tar part. Yes, exactly.