summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
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