summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-03-05 13:49:13 -0500
committerChris Lumens <clumens@redhat.com>2009-03-05 13:49:13 -0500
commit912eed846c221cda7787a259d9ea398122f7e826 (patch)
tree3f1654a1b5594e89ba193ffb95b91963f710210b /yuminstall.py
parent1fed7809dc4704c78a54b0f33673a1107e374b51 (diff)
downloadanaconda-912eed846c221cda7787a259d9ea398122f7e826.tar.gz
anaconda-912eed846c221cda7787a259d9ea398122f7e826.tar.xz
anaconda-912eed846c221cda7787a259d9ea398122f7e826.zip
Remove all uses of isys.cdromList, which no longer exists.
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 4135815b8..9ce4883ee 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -444,7 +444,7 @@ class AnacondaYum(YumSorter):
# we should first check to see if there's a CD/DVD with packages
# on it, and then default to the mirrorlist URL. The user can
# always change the repo with the repo editor later.
- cdr = scanForMedia(self.tree)
+ cdr = scanForMedia(self.tree, self.anaconda.id.storage)
if cdr:
self.mediagrabber = self.mediaHandler
self.anaconda.mediaDevice = cdr