Merge pull request 'Various improvements for Vagrant images' (#3) from ezamriy/cloud-images:vagrant_fixes into master

Reviewed-on: #3
master
Arkady L. Shane 2 weeks ago
commit d7f867bb29

@ -1,9 +1,8 @@
# MSVSphere 9 Vagrant boxes kickstart file # MSVSphere 9 Vagrant boxes kickstart file
# TODO: change url to the kickstart one when we have it url --url https://repo1.msvsphere-os.ru/msvsphere/9.3/BaseOS/x86_64/kickstart/
url --url https://rsync.inferitos.ru/msvsphere/9.3/BaseOS/x86_64/kickstart/ repo --name=BaseOS --baseurl=https://repo1.msvsphere-os.ru/msvsphere/9.3/BaseOS/x86_64/os/
repo --name=BaseOS --baseurl=https://rsync.inferitos.ru/msvsphere/9.3/BaseOS/x86_64/kickstart/ repo --name=AppStream --baseurl=https://repo1.msvsphere-os.ru/msvsphere/9.3/AppStream/x86_64/os/
repo --name=AppStream --baseurl=https://rsync.inferitos.ru/msvsphere/9.3/AppStream/x86_64/kickstart/
text text
skipx skipx

@ -127,7 +127,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 = [
"<tab> inst.text inst.gpt ", "<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