Updated ISO parameters to use the new ISO config block

This commit is contained in:
2025-02-03 10:13:55 -05:00
parent e214d7b092
commit c490db3cb0
6 changed files with 48 additions and 30 deletions

View File

@ -40,11 +40,14 @@ source "proxmox-iso" "freebsd-14" {
node = "kamino"
pool = "Templates"
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
iso {
type = "scsi"
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_download_pve = true
iso_storage_pool = "iso"
unmount = true
}
ssh_username = "xadmin"
ssh_password = "packer"