Prepare Leap 16 for eventual release

This commit is contained in:
Greg Hellings
2024-11-18 18:26:48 -06:00
parent 3ca62bcd2e
commit c03db23fa3
8 changed files with 260 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
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-Build49.1.iso"
checksum = "e930c07476556481fbe15c1e471c20a04bb06f3daea6e2431b0a77a852261dc9"
}
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"