Skip to content

Commit

Permalink
do not load repositories at runtime
Browse files Browse the repository at this point in the history
we register _installed_ products only, no need to refresh and
load all available repositories
  • Loading branch information
lslezak committed Mar 18, 2014
1 parent d4dcd1c commit a2faa6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/registration/sw_mgmt.rb
Expand Up @@ -48,7 +48,6 @@ def self.init
PackageCallbacksInit.InitPackageCallbacks
Pkg.TargetInitialize(Installation.destdir)
Pkg.TargetLoad
Pkg.SourceStartManager(true)
end

# during installation /etc/zypp directory is not writable (mounted on
Expand Down

0 comments on commit a2faa6a

Please sign in to comment.