vagrant/plugins/guests
Tadej Janež 29e60882ca Fixes Fedora network issues when biosdevname command is not present.
Previously, configuring and enabling network interfaces failed with:

"The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

/usr/sbin/biosdevname --policy=all_ethN -i bash: /usr/sbin/biosdevname:
No such file or directory

Stdout from the command:

bash: /usr/sbin/biosdevname: No such file or directory"

The previous attempt to fix this (ccc4162) doesn't work since it doesn't
properly parse the 'bash: /usr/sbin/biosdevname: No such file or
directory' error message.

This patch works around that problem and adds a comment explaining the
meaning of the return codes.
2015-10-11 23:10:26 +02:00
..
arch Fix line breaks 2014-12-13 21:08:31 +01:00
atomic Add Atomic guest support 2015-05-19 12:55:44 +02:00
coreos Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
darwin Merge pull request #5750 from alh84001/feature/capability_guest_darwin_mount_smb 2015-05-30 21:34:53 -07:00
debian Merge pull request #5325 from frankbb/master 2015-05-30 11:50:48 -07:00
debian8 remove extra spaces on plugin.rb ;). 2015-02-20 20:49:50 +01:00
esxi Use -f argument to rm to force-remove files. 2014-08-29 10:51:31 +02:00
fedora Fixes Fedora network issues when biosdevname command is not present. 2015-10-11 23:10:26 +02:00
freebsd guests/freebsd: fix call of set -i : missing extension 2015-03-23 13:31:07 +01:00
funtoo Update configure_networks.rb for funtoo 2014-11-11 15:12:48 +01:00
gentoo Use -f argument to rm to force-remove files. 2014-08-29 10:51:31 +02:00
linux Use sudo for read_ip_address capability 2015-07-10 13:25:11 -06:00
mint guests/mint: don't need to inherit from ubuntu class 2014-05-06 12:50:35 -07:00
netbsd guests: add remove_public_key to most guests 2014-10-24 10:05:01 -07:00
nixos guests/nixos: don't detect as Windows [GH-4302] 2014-08-06 11:17:41 -07:00
omnios Add mount_nfs_folder capability to omnios guests 2014-03-20 17:06:49 -04:00
openbsd guests/openbsd: add newline after insert_public_key [GH-5881] 2015-07-05 17:10:10 -07:00
photon Added tests 2015-04-20 14:56:26 -07:00
pld require pld/cap/change_host_name 2013-11-27 09:38:28 +02:00
redhat guests/redhat: Fixed the NFS detection on guest, not host [GH-5948] 2015-07-13 14:18:27 +08:00
smartos Ensure rsync_post has find permissions on smartos 2014-08-29 14:17:28 -07:00
solaris Add insert/remove public key guest capability for solaris (identical to linux) 2015-01-13 21:45:06 -05:00
solaris11 guests/solaris11: fix suexec inheritence [GH-5247] 2015-07-06 14:23:24 -06:00
suse update CHANGELOG 2014-10-23 10:12:27 -07:00
tinycore guests/tinycore: more robust rsync install 2015-07-08 09:47:48 -06:00
ubuntu Fix setting hostname in 12.04 2015-07-11 19:15:54 +01:00
windows Ignore Windows NICs with nil :net_connection_id 2015-03-13 11:49:15 -07:00