From 6884e279dd56b5c23c903c0d7f191425d87221ee Mon Sep 17 00:00:00 2001 From: tigro Date: Tue, 4 Jun 2024 16:52:47 +0300 Subject: [PATCH] Rebase on 8.10 and 9.4 --- variables.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.pkr.hcl b/variables.pkr.hcl index 77a5573..eed1bce 100644 --- a/variables.pkr.hcl +++ b/variables.pkr.hcl @@ -212,7 +212,7 @@ variable "gencloud_boot_cmd_8_x86_64_uefi" { "c", "linuxefi", " /images/pxeboot/vmlinuz", - " inst.stage2=hd:LABEL=MSVSphere-8-9-BaseOS-x86_64 ro", + " inst.stage2=hd:LABEL=MSVSphere-8-10-BaseOS-x86_64 ro", " inst.text biosdevname=0 net.ifnames=0", " inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/msvsphere-8-gencloud.x86_64.ks", "",