From 1bf4a054571f5e3528f963f1f424f2f4f6e5fcde Mon Sep 17 00:00:00 2001 From: tigro Date: Tue, 29 Aug 2023 08:39:14 +0300 Subject: [PATCH] Update minimal image --- variables.pkr.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/variables.pkr.hcl b/variables.pkr.hcl index f171332..fcd674c 100644 --- a/variables.pkr.hcl +++ b/variables.pkr.hcl @@ -12,13 +12,13 @@ variable "os_version_9" { variable "iso_url_9_x86_64" { description = "MSVSphere 9 x86_64 installation ISO URL" type = string - default = "https://rsync.inferitos.ru/msvsphere/9.2/isos/x86_64/MSVSphere-9.2-alpha-x86_64-minimal.iso" + default = "https://rsync.inferitos.ru/msvsphere/9.2/isos/x86_64/MSVSphere-9.2-x86_64-minimal.iso" } variable "iso_checksum_9_x86_64" { description = "MSVSphere 9 x86_64 installation ISO checksum" type = string - default = "file:https://rsync.inferitos.ru/msvsphere/9.2/isos/x86_64/CHECKSUM" + default = "file:https://rsync.inferitos.ru/msvsphere/9.2/isos/x86_64/MSVSphere-9.2-x86_64-minimal.iso.CHECKSUM" } variable "headless" {