From 16632332b3a49994edf0016a3c5c3200d32cf6ac Mon Sep 17 00:00:00 2001 From: Martin Sivak Date: Tue, 24 Mar 2009 14:14:56 +0100 Subject: Port the dlabel feature from RHEL (#489314) --- yuminstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yuminstall.py') diff --git a/yuminstall.py b/yuminstall.py index 963303256..3bcb78d1f 100644 --- a/yuminstall.py +++ b/yuminstall.py @@ -592,7 +592,7 @@ class AnacondaYum(YumSorter): extraRepos = [] - if self.anaconda.id.extraModules: + if self.anaconda.id.extraModules or flags.dlabel: for d in glob.glob("/tmp/DD-*/rpms"): dirname = os.path.basename(os.path.dirname(d)) rid = "anaconda-%s" % dirname -- cgit