Skip to content

Commit

Permalink
Make defualt image size a wee bit smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Sep 28, 2023
1 parent 4d8a0fc commit 0d21152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu/x86_64/ubuntu.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ variable "vm_name" {
source "qemu" "ubuntu" {
disk_compression = true
disk_image = true
disk_size = "30G"
disk_size = "16G"
iso_checksum = var.iso_checksum
iso_url = var.iso_url
qemuargs = [
Expand Down

0 comments on commit 0d21152

Please sign in to comment.