Skip to content

Commit

Permalink
Windows 2k22: enable TPM and EFI persistence
Browse files Browse the repository at this point in the history
Signed-off-by: Jed Lejosne <[email protected]>
  • Loading branch information
jean-edouard committed Sep 13, 2024
1 parent d6da784 commit 3422f0f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion templates/windows2k22.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ objects:
bootloader:
efi:
secureBoot: true
persistent: true
devices:
{% if item.multiqueue and item.cpus > 1 %}
networkInterfaceMultiqueue: True
Expand All @@ -174,7 +175,8 @@ objects:
bus: usb
name: tablet
{% endif %}
tpm: {}
tpm:
persistent: true
terminationGracePeriodSeconds: 3600
volumes:
- dataVolume:
Expand Down

0 comments on commit 3422f0f

Please sign in to comment.