diff options
author | Matt Wilson <msw@redhat.com> | 2001-07-12 16:43:42 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-07-12 16:43:42 +0000 |
commit | ee430f842a9a265fd88a815ee7c6216912b4c84d (patch) | |
tree | 099fb10ab74641ffe91213bb147fe45080904d71 /dispatch.py | |
parent | 365ef656b8da771bde7eea733236651db0e5c387 (diff) | |
download | anaconda-ee430f842a9a265fd88a815ee7c6216912b4c84d.tar.gz anaconda-ee430f842a9a265fd88a815ee7c6216912b4c84d.tar.xz anaconda-ee430f842a9a265fd88a815ee7c6216912b4c84d.zip |
fix X keyboard setup from gui keyboard screen (#48761)
Diffstat (limited to 'dispatch.py')
-rw-r--r-- | dispatch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dispatch.py b/dispatch.py index 1c79064f4..b8d415a90 100644 --- a/dispatch.py +++ b/dispatch.py @@ -44,7 +44,7 @@ from upgrade import upgradeSwapSuggestion, upgradeMigrateFind installSteps = [ ("language", ("intf", "id.instLanguage")), - ("keyboard", ("id.instLanguage", "id.keyboard")), + ("keyboard", ("id.instLanguage", "id.keyboard", "id.xconfig")), ("mouse", ("id.mouse",)), ("welcome", ("id.configFileData",)), ("reconfigwelcome", ()), |