Sets anaconda language to en_US.UTF-8 in Vagrant boot command

vagrant_fixes
Eugene Zamriy 9 months ago
parent 3fef66091b
commit 1dc1b102d1
Signed by: ezamriy
GPG Key ID: 7EBF95C7DCFA496C

@ -109,7 +109,7 @@ variable "vagrant_boot_cmd_9_x86_64_bios" {
description = "The boot command for x86_64 VMs in a BIOS mode" description = "The boot command for x86_64 VMs in a BIOS mode"
type = list(string) type = list(string)
default = [ default = [
"<up><wait><tab> inst.text inst.gpt inst.lang=en_US ", "<up><wait><tab> inst.text inst.gpt inst.lang=en_US.UTF-8 ",
"inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/msvsphere-9-vagrant.x86_64.ks", "inst.ks=http://{{ .HTTPIP }}:{{ .HTTPPort }}/msvsphere-9-vagrant.x86_64.ks",
"<enter><wait>" "<enter><wait>"
] ]

Loading…
Cancel
Save