all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH qemu-server] QemuServer: Fix 'keyboard' parameter description
@ 2022-04-25 15:21 Dylan Whyte
  2022-04-25 16:11 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Dylan Whyte @ 2022-04-25 15:21 UTC (permalink / raw)
  To: pve-devel

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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
index 1d176165..a1c2cbb5 100644
--- a/PVE/QemuServer.pm
+++ b/PVE/QemuServer.pm
@@ -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,
     },
-- 
2.30.2





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [pve-devel] applied: [PATCH qemu-server] QemuServer: Fix 'keyboard' parameter description
  2022-04-25 15:21 [pve-devel] [PATCH qemu-server] QemuServer: Fix 'keyboard' parameter description Dylan Whyte
@ 2022-04-25 16:11 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2022-04-25 16:11 UTC (permalink / raw)
  To: Proxmox VE development discussion, Dylan Whyte

On 25.04.22 17:21, Dylan Whyte wrote:
> 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 | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
>

applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-25 16:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-25 15:21 [pve-devel] [PATCH qemu-server] QemuServer: Fix 'keyboard' parameter description Dylan Whyte
2022-04-25 16:11 ` [pve-devel] applied: " Thomas Lamprecht

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal