Hi Darko,
Darko Hojnik wrote:> I have tryed to install a Debian DomU with HVM and a german Keyboard
standart with 105 keys.
> I don''t know what i have in the VM. It''s not german and
not a english Keymap. I have used on virt-install the option --keymap=de Its
possible to correct them?
>
> My xmldump is in the attachment
Hmmm, we have a patch to force a en-us keymap... I have no idea why?
Can you trying backing out the following change in
/usr/lib/python2.4/vendor-packages/xen/xend/XendOptions.py
To see if it fixes your problem?
Thanks,
MRJ
Revert this....
diff --git a/tools/python/xen/xend/XendOptions.py
b/tools/python/xen/xend/XendOptions.py
--- a/tools/python/xen/xend/XendOptions.py
+++ b/tools/python/xen/xend/XendOptions.py
@@ -333,7 +333,8 @@
self.vncpasswd_default)
def get_keymap(self):
- return self.get_config_string(''keymap'', None)
+ return ''en-us''
+# return self.get_config_string(''keymap'', None)
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> xen-discuss mailing list
> xen-discuss@opensolaris.org