diff options
author | Peter Barabas <peter.barabas@ericsson.com> | 2016-05-09 13:26:51 +0200 |
---|---|---|
committer | Peter Barabas <peter.barabas@ericsson.com> | 2016-05-09 13:26:51 +0200 |
commit | c219826d47ffd67c257bb4e41a497cc62c481115 (patch) | |
tree | 9bafd3c20925334bec78b26eb429f373ebe364c0 /deploy/templates/intel/virtual_environment/noha/vms/compute.xml | |
parent | 54e25063595435b7b3c5c2e093f42cbff7b21dc7 (diff) |
Use US keyboard layout on the console
Change-Id: I40942c7181daf5efd1640a03471e91df82548073
Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
Diffstat (limited to 'deploy/templates/intel/virtual_environment/noha/vms/compute.xml')
-rw-r--r-- | deploy/templates/intel/virtual_environment/noha/vms/compute.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/templates/intel/virtual_environment/noha/vms/compute.xml b/deploy/templates/intel/virtual_environment/noha/vms/compute.xml index 6fb37432a..81203c0a4 100644 --- a/deploy/templates/intel/virtual_environment/noha/vms/compute.xml +++ b/deploy/templates/intel/virtual_environment/noha/vms/compute.xml @@ -79,7 +79,7 @@ </console> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> - <graphics type='vnc' port='-1' autoport='yes' keymap='sv'/> + <graphics type='vnc' port='-1' autoport='yes' keymap='en-us'/> <sound model='ich6'> </sound> <video> |