[rhel7-branch] Display a EULA-related warning on TUI progress hub at end of installation. (#909309)

Vratislav Podzimek vpodzime at redhat.com
Wed Nov 6 07:39:38 UTC 2013


On Tue, 2013-11-05 at 08:39 -0500, Samantha N. Bueno wrote:
> Related: rhbz#909309
> ---
>  pyanaconda/ui/tui/hubs/progress.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/pyanaconda/ui/tui/hubs/progress.py b/pyanaconda/ui/tui/hubs/progress.py
> index 90d5731..a3e0b82 100644
> --- a/pyanaconda/ui/tui/hubs/progress.py
> +++ b/pyanaconda/ui/tui/hubs/progress.py
> @@ -125,7 +125,7 @@ class ProgressHub(TUIHub):
>          return True
>  
>      def prompt(self, args = None):
> -        return(_("\tInstallation complete.  Press return to quit"))
> +        return(_("\tUse of this product is subject to the license agreement found at /usr/share/doc/redhat-release/EULA\n\n\tInstallation complete.  Press return to quit"))
>  
>      def input(self, args, key):
>          # There is nothing to do here, just raise to exit the hub
ACK.

-- 
Vratislav Podzimek

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



More information about the anaconda-patches mailing list