]> git.proxmox.com Git - qemu-server.git/commitdiff
QemuServer: Fix 'keyboard' parameter description
authorDylan Whyte <d.whyte@proxmox.com>
Mon, 25 Apr 2022 15:21:38 +0000 (17:21 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 25 Apr 2022 16:11:21 +0000 (18:11 +0200)
The option has not defaulted to using the cluster-wide datacenter.cfg
since 2018.

Signed-off-by: Dylan Whyte <d.whyte@proxmox.com>
PVE/QemuServer.pm

index 1d1761655be1a5157d794574823b3f2fcea79b1e..a1c2cbb57d2951fba3e276a2c2b50174181c13b7 100644 (file)
@@ -367,8 +367,8 @@ my $confdesc = {
     keyboard => {
        optional => 1,
        type => 'string',
-       description => "Keyboard layout for VNC server. The default is read from the"
-           ."'/etc/pve/datacenter.cfg' configuration file. It should not be necessary to set it.",
+       description => "Keyboard layout for VNC server. This option is generally not required and"
+        ." is often better handled from within the guest OS.",
        enum => PVE::Tools::kvmkeymaplist(),
        default => undef,
     },