sciurus / vagrant-mutate

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

Support downloading input box #9

Closed sciurus closed 10 years ago

sciurus commented 10 years ago

Rather than requiring the user to download the input box, vagrant-libvirt should support downloading the box itself over http or https, e.g.

vagrant mutate http://files.vagrantup.com/precise32.box libvirt
miurahr commented 10 years ago

Good idea! We can learn it from vagrant main module.