[PATCH] initial implementation

Vratislav Podzimek vpodzime at redhat.com
Fri Nov 14 07:14:32 UTC 2014


On Thu, 2014-11-13 at 19:45 +0100, Martin Kolman wrote:
> Signed-off-by: Martin Kolman <mkolman at redhat.com>
> ---
>  anaconda | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/anaconda b/anaconda
> index a3f527c..9c60951 100755
> --- a/anaconda
> +++ b/anaconda
> @@ -988,11 +988,23 @@ if __name__ == "__main__":
>  
>      verdesc = "%s for %s %s" % (getAnacondaVersionString(),
>                                  product.productName, product.productVersion)
> +
> +    logs_note = " * installation log files are stored in /tmp during the installation"
> +    shell_note = " * shell is available on TTY2 and in second TMUX pane (ctr+b, then press 2)"
> +    text_note = " * if the graphical installation interface fails to start, try again with the\n\
> +   inst.text bootoption to start text installation"
> +    logs_note = " * when reporting a bug attach logs as separate text/plain attachments"
I think these strings could and should be translated. And on s390x
there's no TMUX, so the shell_note would be misleading there.

-- 
Vratislav Podzimek

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



More information about the anaconda-patches mailing list