vagrant/plugins/guests/fedora
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
..
cap Fixes Fedora network issues when biosdevname command is not present. 2015-10-11 23:10:26 +02:00
guest.rb Recognize new Fedora releases 2015-05-19 10:44:25 +02:00
plugin.rb Remove Fedora nfs cap 2015-06-30 10:23:15 +02:00