From 6e1aed04085339601c3f216a90132e40e67afdb4 Mon Sep 17 00:00:00 2001 From: AJ Schroeder <6432150+ajschroeder@users.noreply.github.com> Date: Sat, 29 Jun 2024 10:50:34 -0500 Subject: [PATCH] feat: added cloud-init var, changed vm_bios to ovmf as default, updated ISO image --- .../linux/ubuntu/20-04-lts/linux-ubuntu.auto.pkrvars.hcl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/builds/linux/ubuntu/20-04-lts/linux-ubuntu.auto.pkrvars.hcl b/builds/linux/ubuntu/20-04-lts/linux-ubuntu.auto.pkrvars.hcl index accd9e9..e5156d7 100644 --- a/builds/linux/ubuntu/20-04-lts/linux-ubuntu.auto.pkrvars.hcl +++ b/builds/linux/ubuntu/20-04-lts/linux-ubuntu.auto.pkrvars.hcl @@ -13,9 +13,10 @@ vm_os_version = "20.04-lts" // Virtual Machine Guest Operating System Setting vm_os_type = "l26" +vm_cloudinit = false // Virtual Machine Hardware Settings -vm_bios = "seabios" +vm_bios = "ovmf" vm_cpu_count = 1 vm_cpu_sockets = 1 vm_cpu_type = "kvm64" @@ -31,8 +32,8 @@ vm_vlan_tag = "102" // Removable Media Settings iso_path = "iso" -iso_file = "ubuntu-20.04-live-server-amd64.iso" -iso_checksum = "caf3fd69c77c439f162e2ba6040e9c320c4ff0d69aad1340a514319a9264df9f" +iso_file = "ubuntu-20.04.6-live-server-amd64.iso" +iso_checksum = "file:https://releases.ubuntu.com/focal/SHA256SUMS" // Boot Settings vm_boot = "order=virtio0;ide2;net0"