Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsmolka/vagrant-guest-msys2
Adds MSYS2 (https://sourceforge.net/p/msys2/wiki/Home/) as a guest for Vagrant.
https://github.com/tsmolka/vagrant-guest-msys2
Last synced: about 1 month ago
JSON representation
Adds MSYS2 (https://sourceforge.net/p/msys2/wiki/Home/) as a guest for Vagrant.
- Host: GitHub
- URL: https://github.com/tsmolka/vagrant-guest-msys2
- Owner: tsmolka
- License: gpl-2.0
- Created: 2016-06-10T07:16:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-13T17:32:24.000Z (almost 8 years ago)
- Last Synced: 2024-11-09T17:44:57.648Z (about 2 months ago)
- Language: Ruby
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/tsmolka/vagrant-guest-msys2.svg?branch=master)](https://travis-ci.org/tsmolka/vagrant-guest-msys2) [![Gem Version](https://badge.fury.io/rb/vagrant-guest-msys2.svg)](http://badge.fury.io/rb/vagrant-guest-msys2)
vagrant-guest-msys2
==============A plugin for Windows guests running sshd from [MSYS2](https://sourceforge.net/p/msys2/wiki/Home/).
Implemented capabilities:
* `halt` with `shutdown -a` and `shutdown -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 to `c:\msys32\s` )
* See
* http://www.mingw.org/wiki/Posix_path_conversion
* https://sourceforge.net/p/msys2/wiki/Porting/#filesystem-namespaces
* https://github.com/Alexpux/MSYS2-packages/issues/84* `insert_public_key` and `remove_public_key` are inherited from `linux` guest and should be correct
* `rsync` 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`