[PATCH 3/3] The commandMap needs to list all commands for a handler, including short ones.

Vratislav Podzimek vpodzime at redhat.com
Thu Sep 6 08:03:29 UTC 2012


On Wed, 2012-09-05 at 17:25 -0400, Chris Lumens wrote:
> This was preventing kickstart installs from progressing past the welcome screen
> (unless you used the full "language" command, I suppose).  I'm taking ideas for
> how this could be done better.
> ---
>  pyanaconda/kickstart.py | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/pyanaconda/kickstart.py b/pyanaconda/kickstart.py
> index 610c6ee..329a98f 100644
> --- a/pyanaconda/kickstart.py
> +++ b/pyanaconda/kickstart.py
> @@ -1389,6 +1389,7 @@ commandMap = {
>          "iscsi": Iscsi,
>          "iscsiname": IscsiName,
>          "keyboard": Keyboard,
> +        "lang": Lang,
>          "language": Lang,
I'm afraid this is just a bug in my patch removing language.py. There is
no "language" kickstart command, only the "lang" one.

-- 
Vratislav Podzimek

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



More information about the anaconda-patches mailing list