mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-04 13:02:03 +00:00
fix #1780: change datacenter.conf to datacenter.cfg
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
51153f86ce
commit
f889aa0fbb
@ -272,7 +272,7 @@ my $confdesc = {
|
|||||||
keyboard => {
|
keyboard => {
|
||||||
optional => 1,
|
optional => 1,
|
||||||
type => 'string',
|
type => 'string',
|
||||||
description => "Keybord layout for vnc server. Default is read from the '/etc/pve/datacenter.conf' configuration file.".
|
description => "Keybord layout for vnc server. Default is read from the '/etc/pve/datacenter.cfg' configuration file.".
|
||||||
"It should not be necessary to set it.",
|
"It should not be necessary to set it.",
|
||||||
enum => PVE::Tools::kvmkeymaplist(),
|
enum => PVE::Tools::kvmkeymaplist(),
|
||||||
default => undef,
|
default => undef,
|
||||||
|
Loading…
Reference in New Issue
Block a user