Updating FreeBSD and Ubuntu images
This commit is contained in:
@ -10,7 +10,7 @@ variable "proxmox_apitoken" {
|
||||
|
||||
source "proxmox-iso" "freebsd-14" {
|
||||
template_name = "freebsd-14"
|
||||
template_description = "FreeBSD 14.1, generated on ${timestamp()}"
|
||||
template_description = "FreeBSD 14.2, generated on ${timestamp()}"
|
||||
vm_id = "202"
|
||||
boot_wait = "10s"
|
||||
boot_key_interval = "200ms"
|
||||
@ -40,8 +40,8 @@ source "proxmox-iso" "freebsd-14" {
|
||||
node = "kamino"
|
||||
pool = "Templates"
|
||||
|
||||
iso_url = "https://download.freebsd.org/releases/amd64/amd64/ISO-IMAGES/14.1/FreeBSD-14.1-RELEASE-amd64-bootonly.iso"
|
||||
iso_checksum = "sha256:e40f99eaef691b1545149e242d0ca3808bfcd9711a08bd11e2cb5e62d290c884"
|
||||
iso_url = "https://download.freebsd.org/releases/amd64/amd64/ISO-IMAGES/14.2/FreeBSD-14.2-RELEASE-amd64-bootonly.iso"
|
||||
iso_checksum = "sha256:d063e48b81b99005c8097e60377c23fb07e4116c5f0c0b41a5dc368fc4df6bf9"
|
||||
iso_storage_pool = "iso"
|
||||
unmount_iso = true
|
||||
iso_download_pve = true
|
||||
|
Reference in New Issue
Block a user