Use 30 GiB root volume

This commit is contained in:
Dom Del Nano 2023-02-27 21:37:21 -08:00
parent 52cd604a9b
commit 6eeea7dc64

View File

@ -91,7 +91,7 @@ source "xenserver-iso" "ubuntu-2004" {
vm_name = "packer-ubuntu-${data.null.ubuntu_version.output}-${local.timestamp}" vm_name = "packer-ubuntu-${data.null.ubuntu_version.output}-${local.timestamp}"
vm_description = "Build started: ${local.timestamp}" vm_description = "Build started: ${local.timestamp}"
vm_memory = 4096 vm_memory = 4096
disk_size = 20000 disk_size = 30720
floppy_files = [ floppy_files = [
"examples/http/ubuntu-2004/meta-data", "examples/http/ubuntu-2004/meta-data",