Skip to content

Commit

Permalink
Copy files only when keeped
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed May 24, 2020
1 parent d244554 commit 1baf80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/network/clients/save_network.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def adjust_for_network_disks(file)
NETWORK_MANAGER = "/etc/NetworkManager".freeze

def CopyConfiguredNetworkFiles
return if Mode.autoinst && !Lan.autoinst.copy_network?
return if Mode.autoinst && !NetworkAutoYast.instance.keep_net_config?

log.info(
"Copy network configuration files from 1st stage into installed system"
Expand Down

0 comments on commit 1baf80b

Please sign in to comment.