Re: [PATCH] Only look for extended partitions on partitioned devices (#576628)

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

 



Ack, also for f13-branch.

On Wed, 2010-03-24 at 18:36 +0100, Hans de Goede wrote:
> ---
>  storage/__init__.py |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/storage/__init__.py b/storage/__init__.py
> index 4e3bbf7..e37f9e9 100644
> --- a/storage/__init__.py
> +++ b/storage/__init__.py
> @@ -823,7 +823,7 @@ class Storage(object):
>  
>      def extendedPartitionsSupported(self):
>          """ Return whether any disks support extended partitions."""
> -        for disk in self.disks:
> +        for disk in self.partitioned:
>              if disk.format.partedDisk.supportsFeature(parted.DISK_TYPE_EXTENDED):
>                  return True
>          return False


_______________________________________________
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