Skip to content

Commit

Permalink
add Ubuntu 24.10 (Oracular Oriole) (#1583)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Sjögren <[email protected]>
  • Loading branch information
konstruktoid authored Oct 11, 2024
1 parent 88b34f9 commit 12fbc34
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions os_pkrvars/ubuntu/ubuntu-24.10-aarch64.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
os_name = "ubuntu"
os_version = "24.10"
os_arch = "aarch64"
iso_url = "https://cdimage.ubuntu.com/releases/oracular/release/ubuntu-24.10-live-server-arm64.iso"
iso_checksum = "file:https://cdimage.ubuntu.com/releases/oracular/release/SHA256SUMS"
parallels_guest_os_type = "ubuntu"
vbox_guest_os_type = "Ubuntu_64"
vmware_guest_os_type = "arm-ubuntu-64"
boot_command = ["<wait>e<wait><down><down><down><end> autoinstall ds=nocloud-net\\;s=http://{{.HTTPIP}}:{{.HTTPPort}}/ubuntu/<wait><f10><wait>"]
9 changes: 9 additions & 0 deletions os_pkrvars/ubuntu/ubuntu-24.10-x86_64.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
os_name = "ubuntu"
os_version = "24.10"
os_arch = "x86_64"
iso_url = "https://releases.ubuntu.com/oracular/ubuntu-24.10-live-server-amd64.iso"
iso_checksum = "file:https://releases.ubuntu.com/oracular/SHA256SUMS"
parallels_guest_os_type = "ubuntu"
vbox_guest_os_type = "Ubuntu_64"
vmware_guest_os_type = "ubuntu-64"
boot_command = ["<wait>e<wait><down><down><down><end> autoinstall ds=nocloud-net\\;s=http://{{.HTTPIP}}:{{.HTTPPort}}/ubuntu/<wait><f10><wait>"]

0 comments on commit 12fbc34

Please sign in to comment.