Skip to content

Commit 044a916

Browse files
committed
Add Ubuntu 25.10 beta
1 parent 5648c84 commit 044a916

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

test/ref/ubuntu2510.png

20.9 KB
Loading

ubuntu.pkr.hcl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,16 @@ build {
5151
}
5252
}
5353

54+
source "qemu.ubuntu" {
55+
name = "ubuntu2510"
56+
output_directory = "output-${source.name}"
57+
iso_url = "https://releases.ubuntu.com/25.10/ubuntu-25.10-beta-desktop-amd64.iso"
58+
iso_checksum = "file:https://releases.ubuntu.com/25.10/SHA256SUMS"
59+
http_content = {
60+
"/ubuntu-autoinstall.yml" = templatefile("${path.root}/ubuntu-autoinstall.yml", { path = path, hostname = source.name })
61+
}
62+
}
63+
5464
provisioner "shell" {
5565
inline = [
5666
"sudo apt-get clean -y",

0 commit comments

Comments
 (0)