Do not install weak deps in boot.iso
This commit is contained in:
parent
a8c0da1dc9
commit
1c928080f2
@ -259,6 +259,7 @@ def get_dnf_base_object(installroot, repositories, mirrorlists=None,
|
|||||||
conf.errorlevel = 0
|
conf.errorlevel = 0
|
||||||
dnfbase.logging.setup_from_dnf_conf(conf)
|
dnfbase.logging.setup_from_dnf_conf(conf)
|
||||||
|
|
||||||
|
conf.install_weak_deps = False
|
||||||
conf.releasever = releasever
|
conf.releasever = releasever
|
||||||
conf.installroot = installroot
|
conf.installroot = installroot
|
||||||
conf.prepend_installroot('persistdir')
|
conf.prepend_installroot('persistdir')
|
||||||
|
Loading…
Reference in New Issue
Block a user