Skip to content

Commit b423660

Browse files
authored
Merge pull request #558 from ripleymj/zara-beta
Update beta to 22.2 Zara
2 parents 7c66c81 + e465da5 commit b423660

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packer/main.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ source "virtualbox-iso" "base-build" {
1313
memory = 4096
1414
disk_size = 20480
1515
guest_os_type = "Ubuntu_64"
16-
gfx_vram_size = 64
16+
gfx_vram_size = 128
1717

1818
format = "ova"
1919
firmware = "efi"

packer/mint-beta.pkrvars.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
semester = "Sp25"
1+
semester = "Fa25"
22

33
mint_version = {
4-
version = "22.1"
4+
version = "22.2"
55
build_type = "beta"
66
}

0 commit comments

Comments
 (0)