From 1c928080f260274fd56058abe38633baccffaf17 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 11 Sep 2015 14:04:34 -0700 Subject: [PATCH] Do not install weak deps in boot.iso --- src/sbin/lorax | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sbin/lorax b/src/sbin/lorax index f92aeb96..71b9fa7a 100755 --- a/src/sbin/lorax +++ b/src/sbin/lorax @@ -259,6 +259,7 @@ def get_dnf_base_object(installroot, repositories, mirrorlists=None, conf.errorlevel = 0 dnfbase.logging.setup_from_dnf_conf(conf) + conf.install_weak_deps = False conf.releasever = releasever conf.installroot = installroot conf.prepend_installroot('persistdir')