> diff --git a/yuminstall.py b/yuminstall.py > index 41a7a0d..b2d168d 100644 > --- a/yuminstall.py > +++ b/yuminstall.py > @@ -444,6 +444,7 @@ class AnacondaYum(YumSorter): > self.anaconda.methodstr = "nfsiso:%s" % m[4:] > self.configBaseURL() > return > + self._baseRepoURL = "file://%s" % self.tree > elif m.startswith("cdrom:"): > self._switchCD(1) > self.mediagrabber = self.mediaHandler We should only need to do this if we're coming from setupBaseRepo in iw/task_gui.py, right? If so, ACK. However, I think you also need to add a return into the nfs case right after self._baseRepoURL = None when there's no network, or we'll still try to go ahead and mount NFS. That's probably a separate bug but you can take care of it in this same patch. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list