16 lines
567 B
HCL
16 lines
567 B
HCL
distro = "opensuse"
|
|||
|
|
version = "tumbleweed"
|
||
|
|
iso = {
|
||
|
|
url = "https://download.opensuse.org/repositories/systemsmanagement:/Agama:/Devel/images/iso/agama-installer.x86_64-openSUSE.iso"
|
||
|
|
checksum = "221f98ea042ad5f191eb7cc2c57811c5e3ba3dda49627f42bcec240868942447"
|
||
|
|
}
|
||
|
|
boot_command = [
|
||
|
|
"<down>e<wait>",
|
||
|
|
"<down><down><down><down><end><wait>",
|
||
|
|
" inst.auto=http://{{ .HTTPIP }}:{{ .HTTPPort }}/profile.jsonnet",
|
||
|
|
"<leftCtrlOn>x<leftCtrlOff>"
|
||
|
|
]
|
||
|
|
boot_wait = "8s"
|
||
|
|
http_directory = "distros/opensuse/tumbleweed/http/"
|
||
|
|
vbox_os_type = "OpenSUSE_Tumbleweed_64"
|