Actually update Tumbleweed
This commit is contained in:
@@ -16,7 +16,6 @@ packer_config/
|
||||
distros/fedora/rawhide/*.hcl
|
||||
distros/nixos/**/*.hcl
|
||||
distros/centos-stream/**/*.hcl
|
||||
distros/opensuse/tumbleweed/*.hcl
|
||||
|
||||
__pycache__
|
||||
*.pyc
|
||||
|
||||
@@ -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"
|
||||
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user