vagrant-guest-msys2
A plugin for Windows guests running sshd from MSYS2.
Implemented capabilities:
-
haltwithshutdown -aandshutdown -s -t 1 -c "Vagrant Halt" -f -d p:4:1- This is needed to avoid path automagical argument conversion (e.g.
/swould by default be converted toc:\msys32\s) - See
- This is needed to avoid path automagical argument conversion (e.g.
-
insert_public_keyandremove_public_keyare inherited fromlinuxguest and should be correct -
rsyncis unfortunately not yet ready as MSYS2 rsync does not support compression and parameter "-z" is hard-coded in Vagrant code
Usage
- Build
gem build vagrant-guest-msys2.gemspec
- Install locally
vagrant plugin install vagrant-guest-msys2-*.gem
- Publish
gem push vagrant-guest-msys2-*.gem