summaryrefslogtreecommitdiffstats
path: root/installmethod.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-11-17 00:37:08 +0000
committerChris Lumens <clumens@redhat.com>2005-11-17 00:37:08 +0000
commit3fd690d114c3b26bcc218b00ef884ac5fb082a34 (patch)
treee4a2f8744b636c4e7b8e99a97284c5e4a9c3a5cb /installmethod.py
parent5ae76884b0ad8d7de624a9b38d56529b89511e28 (diff)
downloadanaconda-3fd690d114c3b26bcc218b00ef884ac5fb082a34.tar.gz
anaconda-3fd690d114c3b26bcc218b00ef884ac5fb082a34.tar.xz
anaconda-3fd690d114c3b26bcc218b00ef884ac5fb082a34.zip
* image.py, installmethod.py: getRPMFilename takes a media number
instead of a header obj. Use currentMedia everywhere. Add switchMedia method for images. * sortedtransaction.py: Handle AttributeError. Logic fixes. * yuminstall.py: Move _getcd to top level. Use package objs instead of headers. Handle transactions per-media image.
Diffstat (limited to 'installmethod.py')
-rw-r--r--installmethod.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/installmethod.py b/installmethod.py
index ca7489400..7ba5ad577 100644
--- a/installmethod.py
+++ b/installmethod.py
@@ -65,7 +65,7 @@ class InstallMethod:
def getFilename(self, filename, callback=None, destdir=None, retry=1):
pass
- def getRPMFilename(self, filename, h, timer, callback=None):
+ def getRPMFilename(self, filename, mediano, timer, callback=None):
pass
def systemUnmounted(self):