summaryrefslogtreecommitdiffstats
path: root/kbd.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-05-03 18:00:02 +0000
committerErik Troan <ewt@redhat.com>2000-05-03 18:00:02 +0000
commita7a3e6f337f0ce72c8feb603a05f287915da3866 (patch)
treeb21f38214d095769423cc53890a2c814b0ea2b93 /kbd.py
parente947bc2a5580a866118e15dfcbc8880591393da0 (diff)
downloadanaconda-a7a3e6f337f0ce72c8feb603a05f287915da3866.tar.gz
anaconda-a7a3e6f337f0ce72c8feb603a05f287915da3866.tar.xz
anaconda-a7a3e6f337f0ce72c8feb603a05f287915da3866.zip
set sun keytable properly
Diffstat (limited to 'kbd.py')
-rw-r--r--kbd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbd.py b/kbd.py
index 05e3c5a05..96a980b36 100644
--- a/kbd.py
+++ b/kbd.py
@@ -250,7 +250,7 @@ class Keyboard (SimpleConfigFile):
if self.type == "PC":
self.info["KEYTABLE"] = "us"
else:
- return "sunkeymap"
+ self.info["KEYTABLE"] = "sunkeymap"
def get (self):
if self.info.has_key ("KEYTABLE"):