changed vm_bios to ovmf

This commit is contained in:
AJ Schroeder
2024-07-01 16:36:39 -05:00
parent 844fa6bff8
commit 9f5dc1ceb0

View File

@@ -16,7 +16,7 @@ vm_os_type = "l26"
vm_cloudinit = true vm_cloudinit = true
// Virtual Machine Hardware Settings // Virtual Machine Hardware Settings
vm_bios = "seabios" vm_bios = "ovmf"
vm_cpu_count = 1 vm_cpu_count = 1
vm_cpu_sockets = 1 vm_cpu_sockets = 1
vm_cpu_type = "x86-64-v2-AES" vm_cpu_type = "x86-64-v2-AES"