summaryrefslogtreecommitdiffstats
path: root/dispatch.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-07-24 04:36:56 +0000
committerJeremy Katz <katzj@redhat.com>2001-07-24 04:36:56 +0000
commit22d79e8ff82faf173657a1064895b18fb2bb698f (patch)
treeadaa6afa0c7584e9af847f007bbeb9bdd8215bae /dispatch.py
parent25dadb1924feb2cd5d4c6a1617c6a3bdee86c5e8 (diff)
downloadanaconda-22d79e8ff82faf173657a1064895b18fb2bb698f.tar.gz
anaconda-22d79e8ff82faf173657a1064895b18fb2bb698f.tar.xz
anaconda-22d79e8ff82faf173657a1064895b18fb2bb698f.zip
need another argument to reconfig keyboard now
Diffstat (limited to 'dispatch.py')
-rw-r--r--dispatch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py
index 39648019d..919445442 100644
--- a/dispatch.py
+++ b/dispatch.py
@@ -50,7 +50,7 @@ installSteps = [
("mouse", ("id.mouse",)),
("welcome", ("id.configFileData",)),
("reconfigwelcome", ()),
- ("reconfigkeyboard", ("id.instLanguage", "id.keyboard")),
+ ("reconfigkeyboard", ("id.instLanguage", "id.keyboard", "id.xconfig")),
("installtype", ("dispatch", "id", "method", "intf")),
("findrootparts", findRootParts, ("intf", "id", "dir", "instPath")),
("findinstall", ("dispatch", "intf", "id", "instPath")),