diff options
author | Erik Troan <ewt@redhat.com> | 2000-05-03 18:00:02 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-05-03 18:00:02 +0000 |
commit | a7a3e6f337f0ce72c8feb603a05f287915da3866 (patch) | |
tree | b21f38214d095769423cc53890a2c814b0ea2b93 | |
parent | e947bc2a5580a866118e15dfcbc8880591393da0 (diff) | |
download | anaconda-a7a3e6f337f0ce72c8feb603a05f287915da3866.tar.gz anaconda-a7a3e6f337f0ce72c8feb603a05f287915da3866.tar.xz anaconda-a7a3e6f337f0ce72c8feb603a05f287915da3866.zip |
set sun keytable properly
-rw-r--r-- | kbd.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"): |