vagrant-guest-msys2
A plugin for Windows guests running sshd from MSYS2.
Implemented capabilities:
halt
withshutdown -a
andshutdown -s -t 1 -c "Vagrant Halt" -f -d p:4:1
- This is needed to avoid path automagical argument conversion (e.g.
/s
would by default be converted toc:\msys32\s
) - See
- This is needed to avoid path automagical argument conversion (e.g.
insert_public_key
andremove_public_key
are inherited fromlinux
guest and should be correctrsync
is 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