Take the XKB_LAYOUT out of the config when doing recovery.
This commit is contained in:
parent
fe80f9643a
commit
7cf1252192
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user