vagrant/plugins
Gilles Dubreuil bd4d4284c4 Fixes Fedora 20 network issues when virtual
On Fedora 20 virtual machines biosdevname command
'Returns 4 if running in a virtual machine.'

This patch:
  - Uses the biosdevname command return value to detect if virtual
  - Uses /sys/net to get interface names - Might be better solution
  - Leaves unchanged the original 'bare metal' case - I wonder what for
    though?

Tested with Fedora Cloud image adapted for vagrant-libvirt

Fixes issue #4104
2014-08-05 13:19:51 +10:00
..
commands Fixed issue 4161 2014-07-08 13:19:43 -07:00
communicators Removed extra n from the word "connection" 2014-06-27 19:27:23 -04:00
guests Fixes Fedora 20 network issues when virtual 2014-08-05 13:19:51 +10:00
hosts fixed writing rdp file 2014-06-03 06:57:14 +02:00
kernel_v1 Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
kernel_v2 Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
providers Ensure VirtualBox virtual disks are stored in the correct directory round 2 2014-07-02 10:08:44 -04:00
provisioners fix escaping of powershell variable 2014-06-18 16:05:17 +10:00
synced_folders Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
README.md Add README to plugin directory 2012-04-18 17:48:06 -07:00

README.md

Vagrant Core Plugins

These are plugins that ship with Vagrant. Vagrant core uses its own plugin system to power a lot of the core pieces that ship with Vagrant. Each plugin will have its own README which explains its specific role.