Skip to content

Commit

Permalink
Ensure add_on_others in autoyast profile are added (bsc#1223301)
Browse files Browse the repository at this point in the history
by using Pkg.SourceSaveAll before Pkg.SourceFinishAll
  • Loading branch information
mvidner committed May 24, 2024
1 parent 512a07f commit 7f68321
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/registration/ui/offline_migration_workflow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def main
# force reloading of the old repositories so we can detect and remove the obsoleted
# services during migration (bsc#1159433)
def reinit_repos
Yast::Pkg.SourceSaveAll
Yast::Pkg.SourceFinishAll
Yast::Pkg.SourceRestore
end
Expand Down

0 comments on commit 7f68321

Please sign in to comment.