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/hardware_environment | |
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/hardware_environment')
-rw-r--r-- | deploy/templates/hardware_environment/vms/ericsson_montreal_lab/fuel.xml | 2 | ||||
-rw-r--r-- | deploy/templates/hardware_environment/vms/fuel.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/deploy/templates/hardware_environment/vms/ericsson_montreal_lab/fuel.xml b/deploy/templates/hardware_environment/vms/ericsson_montreal_lab/fuel.xml index b55b16e5f..fe547b811 100644 --- a/deploy/templates/hardware_environment/vms/ericsson_montreal_lab/fuel.xml +++ b/deploy/templates/hardware_environment/vms/ericsson_montreal_lab/fuel.xml @@ -73,7 +73,7 @@ </console> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> - <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' keymap='sv'> + <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' keymap='en-us'> <listen type='address' address='127.0.0.1'/> </graphics> <sound model='ich6'> diff --git a/deploy/templates/hardware_environment/vms/fuel.xml b/deploy/templates/hardware_environment/vms/fuel.xml index 72c15b577..8d8dd4494 100644 --- a/deploy/templates/hardware_environment/vms/fuel.xml +++ b/deploy/templates/hardware_environment/vms/fuel.xml @@ -73,7 +73,7 @@ </console> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> - <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' keymap='sv'> + <graphics type='vnc' port='-1' autoport='yes' listen='127.0.0.1' keymap='en-us'> <listen type='address' address='127.0.0.1'/> </graphics> <sound model='ich6'> @@ -88,4 +88,4 @@ <label>system_u:system_r:svirt_t:s0:c52,c932</label> <imagelabel>system_u:object_r:svirt_image_t:s0:c52,c932</imagelabel> </seclabel> -</domain>
\ No newline at end of file +</domain> |