From 1dc1b102d1f73b29aa5101531ed10d67af983b9e Mon Sep 17 00:00:00 2001 From: Eugene Zamriy Date: Tue, 12 Dec 2023 17:56:20 +0300 Subject: [PATCH] Sets anaconda language to en_US.UTF-8 in Vagrant boot command --- variables.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.pkr.hcl b/variables.pkr.hcl index 7e045c7..248d9cf 100644 --- a/variables.pkr.hcl +++ b/variables.pkr.hcl @@ -109,7 +109,7 @@ variable "vagrant_boot_cmd_9_x86_64_bios" { description = "The boot command for x86_64 VMs in a BIOS mode" type = list(string) default = [ - " inst.text inst.gpt inst.lang=en_US ", + " inst.text inst.gpt inst.lang=en_US.UTF-8 ", "inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/msvsphere-9-vagrant.x86_64.ks", "" ]