Re: [PATCH 1/2] Look for a PReP "partition" by examining the format, not the flags (#492426).

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

 



On Tue, 2009-03-31 at 16:30 -0400, Chris Lumens wrote:
> ---
>  booty/ppc.py |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)

Ack.

> 
> diff --git a/booty/ppc.py b/booty/ppc.py
> index e87f69e..c187149 100644
> --- a/booty/ppc.py
> +++ b/booty/ppc.py
> @@ -16,11 +16,11 @@ class ppcBootloaderInfo(bootloaderInfo):
>  
>          if machine == 'pSeries':
>              for dev in self.storage.fsset.devices:
> -                if dev.partedFlags[parted.PARTITION_PREP] and not dev.format.exists:
> +                if dev.format.type == "prepboot":
>                      retval.append(dev.path)
>          elif machine == 'PMac':
>              for dev in self.storage.fsset.devices:
> -                if dev.format.type == "hfs" and dev.format.bootable and not dev.format.exists:
> +                if dev.format.type == "hfs" and dev.format.bootable:
>                      retval.append(dev.path)
>  
>          if len(retval) == 0:

_______________________________________________
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