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

16 lines
569 B
HCL
Raw Normal View History

2024-04-04 13:33:17 -05:00
distro = "opensuse"
version = "15.6"
iso = {
2024-06-30 00:04:39 -05:00
url = "https://download.opensuse.org/distribution/leap/15.6/iso/openSUSE-Leap-15.6-DVD-x86_64-Current.iso"
checksum = "a74d4072e639c75ca127df3d869c1e57bcc44a093a969550f348a3ead561fe4f"
2024-04-04 13:33:17 -05:00
}
boot_command = [
"e<wait>",
"<down><down><down><down><end><wait>",
"<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>",
" autoyast=http://{{ .HTTPIP }}:{{ .HTTPPort }}/autoinst.xml textmode=1<wait>",
"<leftCtrlOn>x<leftCtrlOff>"
]
http_directory = "distros/opensuse/15.6/http/"
vbox_os_type = "OpenSUSE_Leap_64"