[master/rhel7-branch/f21] Fix a typo from 73d3a8e5. (#1040933)

Vratislav Podzimek vpodzime at redhat.com
Mon Oct 13 14:02:12 UTC 2014


On Mon, 2014-10-13 at 08:59 -0400, Samantha N. Bueno wrote:
> If a user is running in cmdline mode, _don't_ prompt for ssh.
> 
> Resolves: rhbz#1040933
> ---
>  anaconda | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/anaconda b/anaconda
> index db532d9..d82d1e8 100755
> --- a/anaconda
> +++ b/anaconda
> @@ -793,7 +793,7 @@ if __name__ == "__main__":
>      # see if we're on s390x and if we've got an ssh connection
>      uname = os.uname()
>      if uname[4] == 's390x':
> -        if 'TMUX' not in os.environ and flags.ksprompt and not flags.imageInstall:
> +        if 'TMUX' not in os.environ and not flags.ksprompt and not flags.imageInstall:
>              prompt_for_ssh()
>              sys.exit(0)
Ooops, ACK. :)

-- 
Vratislav Podzimek

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



More information about the anaconda-patches mailing list