summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--iw/task_gui.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/iw/task_gui.py b/iw/task_gui.py
index 85e659a29..1df8b0c4f 100644
--- a/iw/task_gui.py
+++ b/iw/task_gui.py
@@ -424,6 +424,10 @@ class RepoMethodstrEditor(RepoEditor):
"and try again."))
return False
+ self.anaconda.backend.ayum.mediagrabber = self.anaconda.backend.ayum.mediaHandler
+ self.anaconda.backend.ayum.anaconda.mediaDevice = cdr
+ self.anaconda.backend.ayum.currentMedia = 1
+ log.info("found installation media on %s" % cdr)
return "cdrom://%s:%s" % (cdr, self.anaconda.backend.ayum.tree)
def _applyNfs(self):