vagrant-xhyve icon indicating copy to clipboard operation
vagrant-xhyve copied to clipboard

Vagrant pluging only runs kexec

Open ebarriosjr opened this issue 5 years ago • 3 comments

Hi, is there any way to modify the pluging to set in the vagrant config what type of provider you are running? I see that kexec is hardcoded and I would like to use fbsd. Thanks!

ebarriosjr avatar Feb 22 '20 22:02 ebarriosjr

You can see it on: lib/vagrant-xhyve/util/vagrant-xhyve.rb Line 54 vendor/xhyve-ruby/lib/xhyve/guest.rb Line 84

ebarriosjr avatar Feb 22 '20 22:02 ebarriosjr

Hey @ebarriosjr ! There isn't at the moment, but patches would be welcome. Or... if you could point me at a fbsd image I could take a look at exposing this!

Edit: Oh I see, there's an example in the xhyve repo, neat. This should be pretty easy to do. Still feel free to provide a patch, but I'll try to get to it. :)

oldpatricka avatar Feb 27 '20 21:02 oldpatricka

I tried... #10 Here is an example box: https://app.vagrantup.com/ebarriosjr/boxes/FreeBSD12.1-zfs

ebarriosjr avatar Mar 01 '20 00:03 ebarriosjr