diff --git a/Almalinux/almalinux-9.pkr.hcl b/Almalinux/almalinux-9.pkr.hcl index 73e9965..ada3df4 100644 --- a/Almalinux/almalinux-9.pkr.hcl +++ b/Almalinux/almalinux-9.pkr.hcl @@ -44,7 +44,7 @@ source "proxmox-iso" "almalinux-9" { node = "kamino" pool = "Templates" - iso { + boot_iso { type = "scsi" iso_url = "https://repo.almalinux.org/almalinux/9.5/isos/x86_64/AlmaLinux-9.5-x86_64-boot.iso" iso_checksum = "sha256:3038fb71a29d33c3c93117bd8f4c3f612cb152dce057c666b6b11dfa793fb65c" diff --git a/Debian/debian-12.pkr.hcl b/Debian/debian-12.pkr.hcl index b52e8c3..35da657 100644 --- a/Debian/debian-12.pkr.hcl +++ b/Debian/debian-12.pkr.hcl @@ -44,7 +44,7 @@ source "proxmox-iso" "debian-12" { node = "kamino" pool = "Templates" - iso { + boot_iso { type = "scsi" iso_url = "https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-12.9.0-amd64-netinst.iso" iso_checksum = "sha256:1257373c706d8c07e6917942736a865dfff557d21d76ea3040bb1039eb72a054" diff --git a/FreeBSD/freebsd-14.pkr.hcl b/FreeBSD/freebsd-14.pkr.hcl index 64088c3..1b013fc 100644 --- a/FreeBSD/freebsd-14.pkr.hcl +++ b/FreeBSD/freebsd-14.pkr.hcl @@ -40,7 +40,7 @@ source "proxmox-iso" "freebsd-14" { node = "kamino" pool = "Templates" - iso { + boot_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" diff --git a/Rocky/rocky-9.pkr.hcl b/Rocky/rocky-9.pkr.hcl index d693afd..1196bc1 100644 --- a/Rocky/rocky-9.pkr.hcl +++ b/Rocky/rocky-9.pkr.hcl @@ -44,7 +44,7 @@ source "proxmox-iso" "rocky-9" { node = "kamino" pool = "Templates" - iso { + boot_iso { type = "scsi" iso_url = "https://download.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-9.5-x86_64-boot.iso" iso_checksum = "sha256:628c069c9685477360640a6b58dc919692a11c44b49a50a024b5627ce3c27d5f" diff --git a/Ubuntu/ubuntu-22.pkr.hcl b/Ubuntu/ubuntu-22.pkr.hcl index 337e716..9988e1e 100644 --- a/Ubuntu/ubuntu-22.pkr.hcl +++ b/Ubuntu/ubuntu-22.pkr.hcl @@ -55,7 +55,7 @@ source "proxmox-iso" "ubuntu-22" { node = "kamino" pool = "Templates" - iso { + boot_iso { type = "scsi" iso_url = "https://releases.ubuntu.com/22.04.5/ubuntu-22.04.5-live-server-amd64.iso" iso_checksum = "sha256:9bc6028870aef3f74f4e16b900008179e78b130e6b0b9a140635434a46aa98b0" diff --git a/Ubuntu/ubuntu-24.pkr.hcl b/Ubuntu/ubuntu-24.pkr.hcl index f331f09..f424ac7 100644 --- a/Ubuntu/ubuntu-24.pkr.hcl +++ b/Ubuntu/ubuntu-24.pkr.hcl @@ -55,7 +55,7 @@ source "proxmox-iso" "ubuntu-24" { node = "kamino" pool = "Templates" - iso { + boot_iso { type = "scsi" iso_url = "https://releases.ubuntu.com/24.04.1/ubuntu-24.04.1-live-server-amd64.iso" iso_checksum = "sha256:e240e4b801f7bb68c20d1356b60968ad0c33a41d00d828e74ceb3364a0317be9"