> > --- a/rescue.py > > +++ b/rescue.py > > @@ -273,7 +273,10 @@ def runRescue(anaconda, instClass): > > > > devList = [] > > for (device, relstr) in disks: > > - devList.append(device.path) > > + if device.format.label: > > if getattr(device.format, "label", None): Okay, making this change and pushing. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list