Updated Alpine patch releases Updated Alma, Debian, Rocky minor releases Updated Arch install media Enabled LEAP 16.0
17 lines
664 B
HCL
17 lines
664 B
HCL
distro = "opensuse"
|
|
version = "16.0"
|
|
iso = {
|
|
url = "https://download.opensuse.org/distribution/leap/16.0/installer/iso/agama-installer-Leap.x86_64-16.0.0-Leap-Build105.1.iso"
|
|
checksum = "63784c9b201704cfc146065b24bbc7df082f2891f6ab6a5457753aa2fc1dbe26"
|
|
}
|
|
boot_command = [
|
|
"e<wait>",
|
|
"<down><down><down><down><end><wait>",
|
|
"<bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs><bs>",
|
|
" agama.auto=http://{{ .HTTPIP }}:{{ .HTTPPort }}/profile.jsonnet<wait>",
|
|
"<leftCtrlOn>x<leftCtrlOff>"
|
|
]
|
|
boot_wait = "8s"
|
|
http_directory = "distros/opensuse/16.0/http/"
|
|
vbox_os_type = "OpenSUSE_Leap_64"
|