Re: [PATCH] Check if the potential dep is in done, not the leaf. (#728891)

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

 



On Mon, Aug 08, 2011 at 04:47:01PM -0500, David Lehman wrote:
> ---
>  pyanaconda/bootloader.py |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py
> index 8ab6390..73ef393 100644
> --- a/pyanaconda/bootloader.py
> +++ b/pyanaconda/bootloader.py
> @@ -794,7 +794,7 @@ class BootLoader(object):
>                            "rd.dm.uuid": "rd.dm=0"}
>          for device in dracut_devices:
>              for dep in self.storage.devices:
> -                if device in done:
> +                if dep in done:
>                      continue
>  
>                  if device != dep and not device.dependsOn(dep):

Ack.

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)

Attachment: pgpaVMx1KlIka.pgp
Description: PGP signature

_______________________________________________
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