Skip to content

Commit 22d3fe2

Browse files
committed
resources: update disk size to 50gb
1 parent c85807e commit 22d3fe2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ubuntu-generic-diskimages/http/arm-24-04/user-data

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ autoinstall:
6262
type: format
6363
id: format-0
6464
- device: disk-vda
65-
size: 40726691840
65+
size: 50726691840
6666
wipe: superblock
6767
flag: ''
6868
number: 2

src/ubuntu-generic-diskimages/packer-scripts/arm-ubuntu.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ source "qemu" "initialize" {
9292
"<wait>"
9393
]
9494
cpus = "4"
95-
disk_size = "42000"
95+
disk_size = "52000"
9696
format = "raw"
9797
headless = "true"
9898
http_directory = local.iso_data[var.ubuntu_version].http_directory

0 commit comments

Comments
 (0)