2024-11-18 18:26:48 -06:00
|
|
|
distro = "opensuse"
|
|
|
|
|
version = "16.0"
|
|
|
|
|
iso = {
|
2025-05-21 22:21:59 -05:00
|
|
|
url = "https://download.opensuse.org/distribution/leap/16.0/installer/iso/agama-installer-Leap.x86_64-16.0.0-Leap-Build120.5.iso"
|
|
|
|
|
checksum = "9da557e454a5cfb9aad8e1385de0003efd9bd4531e08459385f1169b3c0bfd25"
|
2024-11-18 18:26:48 -06:00
|
|
|
}
|
|
|
|
|
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"
|