From db03ead33b9c59551c4072a933cac850c0995103 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Tue, 24 Mar 2009 13:51:10 -1000 Subject: Revert "Port the dlabel feature from RHEL (#489314)" This reverts commit 16632332b3a49994edf0016a3c5c3200d32cf6ac. This patch calls doMultiMount(), which no longer exists. It also references ddFsTypes, which looks to not exist either. --- yuminstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yuminstall.py') diff --git a/yuminstall.py b/yuminstall.py index dc2dde597..b91172ac8 100644 --- a/yuminstall.py +++ b/yuminstall.py @@ -593,7 +593,7 @@ class AnacondaYum(YumSorter): extraRepos = [] - if self.anaconda.id.extraModules or flags.dlabel: + if self.anaconda.id.extraModules: for d in glob.glob("/tmp/DD-*/rpms"): dirname = os.path.basename(os.path.dirname(d)) rid = "anaconda-%s" % dirname -- cgit