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

Chris Lumens clumens at redhat.com
Wed Sep 5 21:25:58 UTC 2012


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,
         "logging": Logging,
         "logvol": LogVol,
-- 
1.7.11.2



More information about the anaconda-patches mailing list