Skip to content

Commit

Permalink
flagging yast module for export while generating the autoyast configu…
Browse files Browse the repository at this point in the history
…ration file in the installation mode
  • Loading branch information
schubi2 committed May 16, 2014
1 parent 9fc8dd9 commit 9921919
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/AutoinstClone.rb
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@ def CommonClone(resource, resourceMap)
if !Stage.initial ||
["software_auto", "storage_auto"].include?(auto)
Call.Function(auto, ["Read"])
Call.Function(auto, ["SetModified"])
end
# Flagging YAST module for export
Call.Function(auto, ["SetModified"])

true
end
Expand Down

0 comments on commit 9921919

Please sign in to comment.