sciurus / vagrant-mutate

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

retrive ovf disk interface and import to kvm box #21

Closed miurahr closed 10 years ago

miurahr commented 10 years ago

This patch add function to retrieve disk interface from ovf and respect it in generating kvm box.

It can be override in vagrant-kvm provider with config. Some box such as arch linux, depends disk interface because of some boot loader(syslinux) need specific interface that is installed.

Signed-off-by: Hiroshi Miura miurahr@linux.com

sciurus commented 10 years ago

Thanks for doing the work and explaining why it was necessary. This has been merged.