16 lines
567 B
HCL
16 lines
567 B
HCL
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>",
|
|
"<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.5/http/"
|
|
vbox_os_type = "OpenSUSE_Leap_64"
|