Kaydet (Commit) ef903a9d authored tarafından S.Çağlar Onur's avatar S.Çağlar Onur

get rid of Couldnt get a file descriptor referring to the console warning inside the domU

üst ee644d1e
......@@ -349,6 +349,10 @@ languages = {
def setConsole():
"""Setup encoding, font and mapping for console"""
if config.is_virtual():
"""Xen is a just a serial console """
return
lang = config.get("language")
keymap = config.get("keymap")
language = languages[lang]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment