Skip to content

Commit f4587bf

Browse files
committed
Update ARM64 build to Fa22 Jammy
1 parent 06d7bfe commit f4587bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packer/ubuntu-kvm.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"min_packer_version": "1.6.0",
33
"variables": {
44
"vm_name": "JMU Ubuntu",
5-
"semester": "Fa21",
5+
"semester": "Fa22",
66

77
"build_id": "{{isotime \"2006-01-02\"}}",
88

@@ -12,8 +12,8 @@
1212
"headless": "false",
1313

1414
"output_dir": "{{pwd}}/{{user `vm_name`}} {{user `semester`}}.utm/Images",
15-
"mirror_url": "http://cdimage.ubuntu.com/focal/daily-live/current",
16-
"iso_file": "focal-desktop-arm64.iso",
15+
"mirror_url": "http://cdimage.ubuntu.com/jammy/daily-live/current",
16+
"iso_file": "jammy-desktop-arm64.iso",
1717

1818
"ssh_user": "oem",
1919
"ssh_pass": "oem"
@@ -55,7 +55,7 @@
5555
"vm_name": "image.qcow2",
5656
"net_device": "virtio-net",
5757
"disk_interface": "virtio",
58-
"boot_wait": "25s",
58+
"boot_wait": "45s",
5959
"boot_command": [
6060
"c<wait><wait>",
6161
"linux /casper/vmlinuz",

0 commit comments

Comments
 (0)