Skip to content

Commit

Permalink
fix network interface name on fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
isaoshimizu committed Nov 21, 2013
1 parent b4aa8c0 commit 8a3d7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/guests/fedora/network_static.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ BOOTPROTO=none
ONBOOT=yes
IPADDR=<%= options[:ip] %>
NETMASK=<%= options[:netmask] %>
DEVICE=eth<%= options[:interface] %>
DEVICE=p7p<%= options[:interface] %>
<%= options[:gateway] ? "GATEWAY=#{options[:gateway]}" : '' %>
<%= options[:mac_address] ? "HWADDR=#{options[:mac_address]}" : '' %>
PEERDNS=no
Expand Down

0 comments on commit 8a3d7aa

Please sign in to comment.