You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2023. It is now read-only.
TODO:
config.vm.provision "shell", path: "bootstrap.ps1"
in test Vagrantfileconfig.vm.communicator = "winrm"
to a Vagrantfile template for packervagrant ssh
.vagrant ssh -c '...'
worksconfig.vm.synced_folder ".", "/cygdrive/c/vagrant", type: "rsync"
to Vagrantfile template for packer.Theories for fixing various Windows guest issues:
bash -l
limitation forvagrant ssh -c ...
Theories for installing bash.exe:
Examples:
https://github.com/lwieske/packer-windows2016-core/blob/master/windows2016-core.json
https://github.com/rgl/windows-2016-vagrant/blob/master/windows-core-insider-2016.json
https://github.com/mwrock/packer-templates/blob/master/vbox-2016.json
https://github.com/joefitzgerald/packer-windows/blob/master/windows_10.json
https://github.com/boxcutter/windows
https://github.com/gildas/packer-windows/blob/master/templates/cic/packer.json
The text was updated successfully, but these errors were encountered: