Fix name of kernel cmd calculate.

develop
Mike Hiretsky 13 years ago
parent 7d2f5b5612
commit e9ef4b8757

@ -388,8 +388,8 @@ class varsShare:
"""
cmdLine = "/proc/cmdline"
calculateParam = "calculate"
names = ("locale","keymap","timezone",
"res","video","composite")
names = ("lang","keymap","timezone",
"resolution","video","composite")
# try get timezone from kernel calculate param
try:
if type(num) == str and not num.isdigit():

Loading…
Cancel
Save