Skip to content

Commit

Permalink
Use wicked as dhcp client in instsys. bnc#865707
Browse files Browse the repository at this point in the history
  • Loading branch information
mchf committed Mar 4, 2014
1 parent 9bc9230 commit 7005200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/inst_setup_dhcp.rb
Expand Up @@ -41,7 +41,7 @@ def self.get_lease?(card)
end

def self.start_dhcp(card)
SCR.Execute(BASH_PATH, "dhcpcd '#{card}'") == 0
SCR.Execute(BASH_PATH, "wicked ifreload '#{card}'") == 0
end

def self.write_configuration
Expand Down

0 comments on commit 7005200

Please sign in to comment.