Updated ISO parameters to use the new ISO config block
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user