From 38ee7737daadef9b8526f0bef2c29282947996f8 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Fri, 8 Sep 2006 20:02:55 +0000 Subject: Look for repodata where the CDs are mounted, not where they are stored. --- image.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'image.py') diff --git a/image.py b/image.py index 595a555cf..4362ef35f 100644 --- a/image.py +++ b/image.py @@ -458,6 +458,9 @@ def findIsoImages(path, messageWindow): class NfsIsoInstallMethod(NfsInstallMethod): + def getMethodUri(self): + return "file:///tmp/isomedia/" + def getFilename(self, filename, callback=None, destdir=None, retry=1): return self.mntPoint + "/" + filename -- cgit