[rhinstaller/anaconda/pulls/284 rhel7-branch] On incomplete ks, don't automatically proceed with install. (#1251978)

vpodzime installerbot-noreply at redhat.com
Wed Aug 12 07:36:57 UTC 2015


> @@ -84,8 +84,12 @@ def prompt(self, args=None):
>              log.error("CmdlineError: %s", errtxt)
>              raise CmdlineError(errtxt)
>  
> +        # if we ever need to halt the flow of a ks install to prompt users for
> +        # input, flip off the automatedInstall flag -- this way installation
> +        # does not automatically proceed once all spokes are complete, and a
> +        # user must confirm they want to begin installation
> +        flags.automatedInstall = False
>  
> -        # override the default prompt since we want to offer the 'b' to begin

I believe this part of the change is not intentional.

-- 
To view this pull request on github, visit https://github.com/rhinstaller/anaconda/pull/284#discussion_r36833359


More information about the anaconda-patches mailing list