Fix Tumbleweed (hopefully)

Move Tumbleweed to using the Agama installer
Change it from fully dynamic to using the update script
This commit is contained in:
Greg Hellings
2025-08-19 20:13:08 -05:00
parent 8ac704a100
commit 88e74c95ed
5 changed files with 112 additions and 165 deletions
-3
View File
@@ -1,8 +1,6 @@
distro = "opensuse"
version = "16.0"
iso = {
#url = "https://download.opensuse.org/distribution/leap/16.0/installer/iso/agama-installer.x86_64-Leap_16.0.iso"
#checksum = "d3e7a86c4ab7296480ad41a2ca30bde5cad0ff2210b145dd2011403f648f76cb"
url = "https://download.opensuse.org/distribution/leap/16.0/installer/iso/agama-installer.x86_64-17.0.0-Leap_16.0-Build151.4.iso"
checksum = "d3e7a86c4ab7296480ad41a2ca30bde5cad0ff2210b145dd2011403f648f76cb"
}
@@ -16,6 +14,5 @@ boot_command = [
"<leftCtrlOn>x<leftCtrlOff>"
]
boot_wait = "8s"
cd_files = [ "distros/opensuse/16.0/http/" ]
http_directory = "distros/opensuse/16.0/http/"
vbox_os_type = "OpenSUSE_Leap_64"