feat: added cloud-init var and set vm_bios to ovmf as default
This commit is contained in:
@@ -13,9 +13,10 @@ vm_os_version = "11"
|
|||||||
|
|
||||||
// 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"
|
||||||
|
|||||||
Reference in New Issue
Block a user