Actually update Tumbleweed

This commit is contained in:
Greg Hellings
2025-08-19 20:53:37 -05:00
parent 0f424e2e0c
commit 6bc3eb22f1
3 changed files with 16 additions and 2 deletions
@@ -0,0 +1,15 @@
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"
+1 -1
View File
@@ -4,7 +4,7 @@ set -exo pipefail
dir="$(cd "$(dirname "${0}")"; pwd)"
base="https://download.opensuse.org/repositories/systemsmanagement:/Agama:/Devel/images/iso/agama-installer.x86_64-17.0.0-openSUSE-Build6.13.iso"
base="https://download.opensuse.org/repositories/systemsmanagement:/Agama:/Devel/images/iso/agama-installer.x86_64-openSUSE.iso"
# Working directory
tmp="$(mktemp -d)"