Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows 2022 template is missing vTPM and UEFI #486

Merged
merged 1 commit into from
Oct 25, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions templates/windows2k22.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ objects:
features:
acpi: {}
apic: {}
smm: {}
hyperv:
relaxed: {}
vapic: {}
Expand All @@ -143,6 +144,10 @@ objects:
ipi: {}
runtime: {}
reset: {}
firmware:
bootloader:
efi:
secureBoot: true
devices:
{% if item.multiqueue %}
networkInterfaceMultiqueue: True
Expand All @@ -169,6 +174,7 @@ objects:
bus: usb
name: tablet
{% endif %}
tpm: {}
terminationGracePeriodSeconds: 3600
volumes:
- dataVolume:
Expand Down