16 lines
568 B
HCL
16 lines
568 B
HCL
distro = "opensuse"
|
|
version = "15.5"
|
|
iso = {
|
|
url = "http://download.opensuse.org/distribution/leap/15.5/iso/openSUSE-Leap-15.5-DVD-x86_64-Current.iso"
|
|
checksum = "53bcbcb82361c5261c9d0994ab0f94101bf28e61c06fe12d320984601be35a8f"
|
|
}
|
|
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"
|