Skip to content

Commit 6b6be97

Browse files
committed
Add Ubuntu 26.04 Beta
1 parent d250d38 commit 6b6be97

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

test/ref/ubuntu2604.png

18.7 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 = "ubuntu2604"
56+
output_directory = "output-${source.name}"
57+
iso_url = "https://releases.ubuntu.com/26.04/ubuntu-26.04-beta-desktop-amd64.iso"
58+
iso_checksum = "file:https://releases.ubuntu.com/26.04/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)