mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-02 18:59:41 +00:00
QemuServer: Fix 'keyboard' parameter description
The option has not defaulted to using the cluster-wide datacenter.cfg since 2018. Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
This commit is contained in:
parent
db81c00754
commit
233fb3366b
@ -367,8 +367,8 @@ my $confdesc = {
|
|||||||
keyboard => {
|
keyboard => {
|
||||||
optional => 1,
|
optional => 1,
|
||||||
type => 'string',
|
type => 'string',
|
||||||
description => "Keyboard layout for VNC server. The default is read from the"
|
description => "Keyboard layout for VNC server. This option is generally not required and"
|
||||||
."'/etc/pve/datacenter.cfg' configuration file. It should not be necessary to set it.",
|
." is often better handled from within the guest OS.",
|
||||||
enum => PVE::Tools::kvmkeymaplist(),
|
enum => PVE::Tools::kvmkeymaplist(),
|
||||||
default => undef,
|
default => undef,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user