summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2000-08-06 05:49:54 +0000
committerBill Nottingham <notting@redhat.com>2000-08-06 05:49:54 +0000
commit710c4639c3dac19d67a2a96d5ac8ca128760dcca (patch)
tree117f83933ab4ba5922dcdfee5744d5f79efd054a /todo.py
parent2fe1c90063b3d716524e3d804f029e19ed4b7423 (diff)
downloadanaconda-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.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/todo.py b/todo.py
index aa3000f20..a7726ccfa 100644
--- a/todo.py
+++ b/todo.py
@@ -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