vagrant/plugins/guests/fedora/cap
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
..
change_host_name.rb Fix hostname change 2014-04-04 07:20:17 -07:00
configure_networks.rb Fixes Fedora network issues when biosdevname command is not present. 2015-10-11 23:10:26 +02:00
flavor.rb Always return the version 2015-05-31 19:02:24 -07:00
network_scripts_dir.rb Fixed suse spelling in fedora capability 2014-09-11 10:52:15 +02:00