Re: [PATCH] Make some fixes to the rescue mode system selection UI (#489973, #489977).

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> > --- 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

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux