sciurus / vagrant-mutate

Convert vagrant boxes to work with different providers
MIT License
281 stars 41 forks source link

Introduce new exception QemuImgNotFound #62

Closed berendt closed 9 years ago

berendt commented 9 years ago

At the moment the exception QemuNotFound is used when the binary qemu-img is not available or if QEMU is not installed. There are distributions packaging qemu-img in a separate package. So it is possible to have qemu-img installed without installed QEMU. To reflect this behavior a new exception QemuImgNotFound exception should be used when qemu-img was not found.

sciurus commented 9 years ago

Sorry for the long delay; this looks good and tests out okay!

berendt commented 9 years ago

No problem. Thanks for merging now.