use 'da' instead of 'dk' for Danish keyboard

Qemu use that name.
This commit is contained in:
Dietmar Maurer 2012-01-09 11:25:25 +01:00
parent 8610701ae6
commit e95fe75f86
3 changed files with 8 additions and 4 deletions

View File

@ -2,7 +2,7 @@ RELEASE=2.0
VERSION=2.0
PACKAGE=qemu-server
PKGREL=13
PKGREL=14
DESTDIR=
PREFIX=/usr

View File

@ -138,8 +138,6 @@ mkdir $lock_dir;
my $pcisysfs = "/sys/bus/pci";
my $keymaphash = PVE::Tools::kvmkeymaps();
my $confdesc = {
onboot => {
optional => 1,
@ -203,7 +201,7 @@ my $confdesc = {
optional => 1,
type => 'string',
description => "Keybord layout for vnc server. Default is read from the datacenter configuration file.",
enum => [ keys %$keymaphash ],
enum => PVE::Tools::kvmkeymaplist(),
default => 'en-us',
},
name => {

View File

@ -1,3 +1,9 @@
qemu-server (2.0-14) unstable; urgency=low
* use 'da' instead of 'dk' for Danish keyboard (qemu use that name)
-- Proxmox Support Team <support@proxmox.com> Mon, 09 Jan 2012 11:24:40 +0100
qemu-server (2.0-13) unstable; urgency=low
* load vhost_net module