mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-08 14:56:06 +00:00
drive: Fix typo in description of efitype
Signed-off-by: Filip Schauer <f.schauer@proxmox.com>
This commit is contained in:
parent
a132d50ea3
commit
6d1ac42b95
@ -319,7 +319,7 @@ my %efitype_fmt = (
|
|||||||
enum => [qw(2m 4m)],
|
enum => [qw(2m 4m)],
|
||||||
description => "Size and type of the OVMF EFI vars. '4m' is newer and recommended,"
|
description => "Size and type of the OVMF EFI vars. '4m' is newer and recommended,"
|
||||||
. " and required for Secure Boot. For backwards compatibility, '2m' is used"
|
. " and required for Secure Boot. For backwards compatibility, '2m' is used"
|
||||||
. " if not otherwise specified. Ignored for VMs with arch=aarc64 (ARM).",
|
. " if not otherwise specified. Ignored for VMs with arch=aarch64 (ARM).",
|
||||||
optional => 1,
|
optional => 1,
|
||||||
default => '2m',
|
default => '2m',
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user