We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c66c81 + e465da5 commit b423660Copy full SHA for b423660
packer/main.pkr.hcl
@@ -13,7 +13,7 @@ source "virtualbox-iso" "base-build" {
13
memory = 4096
14
disk_size = 20480
15
guest_os_type = "Ubuntu_64"
16
- gfx_vram_size = 64
+ gfx_vram_size = 128
17
18
format = "ova"
19
firmware = "efi"
packer/mint-beta.pkrvars.hcl
@@ -1,6 +1,6 @@
1
-semester = "Sp25"
+semester = "Fa25"
2
3
mint_version = {
4
- version = "22.1"
+ version = "22.2"
5
build_type = "beta"
6
}
0 commit comments