Skip to content
Snippets Groups Projects
Commit 8c51c950 authored by Mosaab Alzoubi's avatar Mosaab Alzoubi Committed by Angelo Naselli
Browse files
parent 7de2fcdd
No related branches found
No related tags found
No related merge requests found
...@@ -65,6 +65,7 @@ class DnfBase(dnf.Base): ...@@ -65,6 +65,7 @@ class DnfBase(dnf.Base):
RELEASEVER = dnf.rpm.detect_releasever(self.conf.installroot) RELEASEVER = dnf.rpm.detect_releasever(self.conf.installroot)
self.conf.substitutions['releasever'] = RELEASEVER self.conf.substitutions['releasever'] = RELEASEVER
self.conf.substitutions.update_from_etc(self.conf.installroot)
self.conf.read() # read the dnf.conf self.conf.read() # read the dnf.conf
self.read_all_repos() self.read_all_repos()
self.progress = Progress(parent) self.progress = Progress(parent)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment