Ack. On Thu, 2010-04-15 at 14:16 -0400, Bill Nottingham wrote: > --- > anaconda | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/anaconda b/anaconda > index 60aae22..20ae4a0 100755 > --- a/anaconda > +++ b/anaconda > @@ -570,7 +570,7 @@ class Anaconda(object): > if os.path.exists("/dev/live") and \ > stat.S_ISBLK(os.stat("/dev/live")[stat.ST_MODE]): > return [os.readlink("/dev/live")] > - elif self.methodstr and self.msthodstr.startswith("hd:"): > + elif self.methodstr and self.methodstr.startswith("hd:"): > method = self.methodstr[3:] > return [method.split(":", 3)[0]] > else: _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list