Files
vms/distros/opensuse/15.5/amd64.pkrvars.hcl
T

17 lines
587 B
HCL
Raw Normal View History

2024-01-09 15:19:06 -06:00
distro = "opensuse"
version = "15.5"
iso = {
url = "https://download.opensuse.org/distribution/leap/15.5/iso/openSUSE-Leap-15.5-NET-x86_64-Media.iso"
checksum = "a2f7f2f1b6b3d3ef96f5c8f804d87ebd01e5cf982357c533f4c39c33cd20ec56"
}
boot_command = [
"e<wait>",
"<down><down><down><down><end><wait>",
2024-01-09 22:18:34 -06:00
"<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>",
2024-01-09 15:19:06 -06:00
" autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/autoinst.xml textmode=1<wait>",
2024-06-29 22:03:55 -05:00
" console=ttyS0",
2024-01-09 15:19:06 -06:00
"<leftCtrlOn>x<leftCtrlOff>"
]
http_directory = "distros/opensuse/15.5/http/"
2024-01-09 22:18:34 -06:00
vbox_os_type = "OpenSUSE_Leap_64"