]> git.proxmox.com Git - qemu-server.git/blobdiff - PVE/QemuServer/Drive.pm
efi: use vendor-agonstic "pre-enrolled-keys" + description fix
[qemu-server.git] / PVE / QemuServer / Drive.pm
index 57d26f59af46872d9468c0ca5ca75ce52d1fc0ea..ff184343926e2c49976ceb3c8df5210c99199229 100644 (file)
@@ -316,11 +316,11 @@ my %efitype_fmt = (
        optional => 1,
        default => '2m',
     },
-    'ms-keys' => {
+    'pre-enrolled-keys' => {
        type => 'boolean',
-       description => "Pre-enroll the Microsoft Standard UEFI Secure Boot keys if"
-           . " used with 'efitype=4m'. Note that this will enable Secure Boot by"
-           . " default, though it can still be turned off from within the VM.",
+       description => "Use am EFI vars template with distribution-specific and Microsoft Standard"
+           ." keys enrolled, if used with 'efitype=4m'. Note that this will enable Secure Boot by"
+           ." default, though it can still be turned off from within the VM.",
        optional => 1,
        default => 0,
     },