diff options
author | Bill Nottingham <notting@redhat.com> | 2000-08-06 05:49:54 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2000-08-06 05:49:54 +0000 |
commit | 710c4639c3dac19d67a2a96d5ac8ca128760dcca (patch) | |
tree | 117f83933ab4ba5922dcdfee5744d5f79efd054a /todo.py | |
parent | 2fe1c90063b3d716524e3d804f029e19ed4b7423 (diff) | |
download | anaconda-710c4639c3dac19d67a2a96d5ac8ca128760dcca.tar.gz anaconda-710c4639c3dac19d67a2a96d5ac8ca128760dcca.tar.xz anaconda-710c4639c3dac19d67a2a96d5ac8ca128760dcca.zip |
screw it - don't dump the keymap
Diffstat (limited to 'todo.py')
-rw-r--r-- | todo.py | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -484,21 +484,6 @@ class ToDo: f = open(self.instPath + "/etc/sysconfig/keyboard", "w") f.write(str (self.keyboard)) f.close() - try: - os.stat(self.instPath + "/bin/loadkeys") - rc = iutil.execWithRedirect("/bin/loadkeys", - [ "/bin/loadkeys", self.keyboard.layout ], - stdout = None, stderr = None, - searchPath = 0, root = self.instPath) - - mapfile = open(self.instPath + "/etc/sysconfig/console/default.kmap", "w") - rc = iutil.execWithRedirect("/usr/bin/dumpkeys", - [ "/usr/bin/dumpkeys"], - stdout = mapfile, stderr = None, - searchPath = 0, root = self.instPath) - mapfile.close() - except: - pass def needBootdisk (self): if self.bootdisk or self.fstab.rootOnLoop(): return 1 |