summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-03-24 13:51:10 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-03-24 13:54:46 -1000
commitdb03ead33b9c59551c4072a933cac850c0995103 (patch)
tree95e1a20bc02912c6d427b887ee6f406d5821ec99 /yuminstall.py
parentb39f630954627f628ecfe6fdbdc3a48707f35fc1 (diff)
downloadanaconda-db03ead33b9c59551c4072a933cac850c0995103.tar.gz
anaconda-db03ead33b9c59551c4072a933cac850c0995103.tar.xz
anaconda-db03ead33b9c59551c4072a933cac850c0995103.zip
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.
Diffstat (limited to 'yuminstall.py')
-rw-r--r--yuminstall.py2
1 files changed, 1 insertions, 1 deletions
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