adrahon / vagrant-kvm

This project is dead, please use vagrant-libvirt instead! A Vagrant 1.4+ plugin that adds a KVM provider to Vagrant, allowing Vagrant to control and provision KVM/QEMU VM.
MIT License
366 stars 60 forks source link

Script to package a vagrant-kvm base box from qcow2 file #249

Closed jakobadam closed 10 years ago

jakobadam commented 10 years ago

I've added a small script to package a vagrant-kvm base box directly from a qcow2 file. It might be useful for others:

https://github.com/jakobadam/vagrant-kvm-package

kind regards, Jakob

adrahon commented 10 years ago

This is brilliant! We'll add it to the documentation. Do you think it could be included with the plugin?

jakobadam commented 10 years ago

Sure.

Do you see this as just adding the script, or should it somehow hook into the plugin architecure - of which I know nothing?

adrahon commented 10 years ago

Just adding the script, it wouldn't fit in the plugin workflow. A pull request would be nice.

jakobadam commented 10 years ago

Cool. I'll do that.