There are no scripts. The host is windows, the guest is mint.
I did not use packer because I wanted to try it manually to understand what 
needed to be done and what can go wrong. (Certainly get the "wrong" bit!).
My Vagrantfile is basic
PS D:\Vagrant_examples\mint182_base> cat Vagrantfile
Vagrant.configure("2") do |config|
  config.vm.box = "mint182_vagrant"
        config.vm.provider "virtualbox" do |v|
                v.gui = true
        end
end


-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vagrant-up+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/42b72881-6166-4bd8-afc9-44d74688ec90%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to