Take the XKB_LAYOUT out of the config when doing recovery.

This commit is contained in:
Simon Schampijer
2007-12-20 19:22:44 +01:00
parent fe80f9643a
commit 7cf1252192
-1
View File
@@ -439,7 +439,6 @@ def get_language():
fd = open(path, 'w')
default = 'en_US.UTF-8'
fd.write('LANG="%s"\n'%default)
fd.write('XKB_LAYOUT="us(olpc)"\n')
fd.close()
return default