Hello, That box is KVM so I think it use libvirt?
Ok, the other link seems was bad.. so there is this box https://vagrant-kvm-boxes-si.s3.amazonaws.com/trusty64-kvm-20140418.box So, I downloaded and then extracted x ./box.xml x ./Vagrantfile x ./metadata.json x ./box-disk1.img cat metadata.json {"provider":"kvm"} cat Vagrantfile Vagrant.configure("2") do |config| config.vm.base_mac = '080027A24479' end cat box.xml | gist https://gist.github.com/a190193a9b2f3b4db64f Alvaro On Fri, May 1, 2015 at 11:31 PM, Алексей Усов <[email protected]> wrote: > Thanks for the reply. > > That's the thing - I use libvirt for managing KVM VM. Is there no > difference? > > On 1 May 2015 at 10:48, Alvaro Miranda Aguilera <[email protected]> wrote: >> >> Hello >> >> I would suggest to add this box and try it >> >> if works, then see that's in the box: >> >> https://atlas.hashicorp.com/detain/boxes/ubuntu-14.04-x86_64 >> >> >> >> On Fri, May 1, 2015 at 12:58 AM, Beckett <[email protected]> wrote: >> > Greetings everyone. Could someone explain me how can I package running >> > VM >> > managed by libvirt with KVM driver into a box so anyone who gets it >> > won't >> > have to create & provision it from scratch? The question of packaging a >> > box >> > for virtualbox provider is well covered in the documentation, but >> > libvirt >> > makes it quite tricky. Thank you in advance. >> > >> > -- >> > 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. >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "Vagrant" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/vagrant-up/6ig02OJnhLQ/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> For more options, visit https://groups.google.com/d/optout. > > > > > -- > С уважением, Усов А.Е.. > Best Regards, Usov A.Y.. > > -- > 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. -- 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.
