Skip to content

Commit

Permalink
Fixed english grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
mchf committed Feb 22, 2016
1 parent 15c4cb9 commit 991029d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/clients/save_network.rb
Expand Up @@ -213,8 +213,8 @@ def copy_from_instsys
WFM.SCRSetDefault(new_SCR)

# this has to be done here (out of chroot) bcs:
# 1) udev agent doesn't not support SetRoot
# 2) original ifcfg file is copied otherwise to. It doesn't break things itself
# 1) udev agent doesn't support SetRoot
# 2) original ifcfg file is copied otherwise too. It doesn't break things itself
# but definitely not looking well ;-)
NetworkAutoYast.instance.create_udevs if Mode.autoinst

Expand Down Expand Up @@ -279,7 +279,7 @@ def set_network_service
return
end

log.info("Setting network service according product preferences")
log.info("Setting network service according to product preferences")

if Lan.UseNetworkManager
log.info("- using NetworkManager")
Expand Down
4 changes: 2 additions & 2 deletions src/lib/network/network_autoyast.rb
Expand Up @@ -58,7 +58,7 @@ def create_udevs
return if !Mode.autoinst
return if !(Linuxrc.usessh || Linuxrc.vnc)

log.info("Applying udev rules according AY profile")
log.info("Applying udev rules according to AY profile")

udev_rules = ay_networking_section["net-udev"]
log.info("- udev rules: #{udev_rules}")
Expand Down Expand Up @@ -99,7 +99,7 @@ def create_udevs
def set_network_service
return if !Mode.autoinst

log.info("Setting network service according AY profile")
log.info("Setting network service according to AY profile")

use_network_manager = ay_networking_section["managed"]
use_network_manager = Lan.UseNetworkManager if use_network_manager.nil?
Expand Down

0 comments on commit 991029d

Please sign in to comment.