[master] Use ksdata.method.seen (#986069)

Vratislav Podzimek vpodzime at redhat.com
Thu Aug 1 07:45:53 UTC 2013


On Wed, 2013-07-31 at 18:12 -0700, Brian C. Lane wrote:
> From: "Brian C. Lane" <bcl at redhat.com>
> 
> ---
>  anaconda | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/anaconda b/anaconda
> index 6246170..646486a 100755
> --- a/anaconda
> +++ b/anaconda
> @@ -918,7 +918,7 @@ if __name__ == "__main__":
>          ksdata.method.noverifyssl = flags.noverifyssl
>  
>      # set ksdata.method based on anaconda.method if it isn't already set
> -    if anaconda.methodstr and not ksdata.method.method:
> +    if anaconda.methodstr and not ksdata.method.seen:
>          if anaconda.methodstr.startswith("cdrom"):
>              ksdata.method.method = "cdrom"
>          elif anaconda.methodstr.startswith("nfs"):
ACK.

-- 
Vratislav Podzimek

Anaconda Rider | Red Hat, Inc. | Brno - Czech Republic



More information about the anaconda-patches mailing list