All, I'm trying to rebundle the Ubuntu vagrant box (add some stuff to it). So, I started with the virtualbox-ovf builder. I have a resulting output-virtualbox-ovf/ directory with the following files in it.
[chef=dev] Douglass-MacBook-Pro:output-virtualbox-ovf doug$ ls -l total 819680 -rw------- 1 doug staff 419660288 Feb 10 10:15 packer-virtualbox-ovf-1423592072-disk1.vmdk -rw------- 1 doug staff 11426 Feb 10 10:15 packer-virtualbox-ovf-1423592072.ovf I've been searching for hours and I can't find how to add this back into vagrant again as a box so I can use it. I'm rather frustrated that this seems so difficult. I've tried using various combinations of 'vagrant box add' and all return errors. I then moved onto 'VBoxManage import', which does something, I just don't know what. I suppose I could use the source Ubuntu vagrant box, use a Vagrantfile to start the VM, and then a shell provisioner in Vagrantfile to add what I need, and then use 'vagrant package' but that seems clunky compared to just using the virtualbox builder and doing it in one step with that. Doug -- 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]. For more options, visit https://groups.google.com/d/optout.
