17 lines
589 B
HCL
17 lines
589 B
HCL
distro = "opensuse"
|
|
version = "15.6"
|
|
iso = {
|
|
url = "https://download.opensuse.org/distribution/leap/15.6/iso/openSUSE-Leap-15.6-DVD-x86_64-Current.iso"
|
|
checksum = "a74d4072e639c75ca127df3d869c1e57bcc44a093a969550f348a3ead561fe4f"
|
|
}
|
|
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>",
|
|
" console=ttyS0",
|
|
"<leftCtrlOn>x<leftCtrlOff>"
|
|
]
|
|
http_directory = "distros/opensuse/15.6/http/"
|
|
vbox_os_type = "OpenSUSE_Leap_64"
|