> --- a/yuminstall.py > +++ b/yuminstall.py > @@ -318,7 +318,7 @@ class AnacondaYum(YumSorter): > "installation repository:\n\n%s\n\nPlease provide the " > "correct information for installing %s.") % (e, productName)) > > - self.anaconda.methodstr = self.anaconda.intf.methodstrRepoWindow() > + self.anaconda.methodstr = self.anaconda.intf.methodstrRepoWindow(self.anaconda.methodstr or "cdrom:") > > self.doConfigSetup(root=anaconda.rootPath) > self.conf.installonlypkgs = [] See previous comment about whether methodstr vs. "cdrom:" is the only valid choices you've got. Otherwise, looks fine. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list