feat: add clout-init var and set vm_bios to ovmf as default

This commit is contained in:
AJ Schroeder
2024-06-29 10:36:09 -05:00
parent f188cd4b99
commit 9db794b146

View File

@@ -13,9 +13,10 @@ vm_os_version = "12"
// Virtual Machine Guest Operating System Setting // Virtual Machine Guest Operating System Setting
vm_os_type = "l26" vm_os_type = "l26"
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 = "kvm64" vm_cpu_type = "kvm64"