Merge branch 'eol-leap-15.5' into 'main'

EOL openSuSE 15.5

Closes #11

See merge request greg/vms!16
This commit is contained in:
Greg Hellings
2025-01-22 14:36:05 +00:00
3 changed files with 11 additions and 7 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
distro = "archlinux"
version = "rolling"
iso = {
url = "http://mirror.rackspace.com/archlinux/iso/2024.11.01/archlinux-2024.11.01-x86_64.iso"
checksum = "bceb3dded8935c1d3521c475a69ae557e082839b46d921c8b400524470b5c965"
url = "http://mirror.rackspace.com/archlinux/iso/2025.01.01/archlinux-x86_64.iso"
checksum = "74b109b4b36d20bef8f4203e30b8d223e0ab297a09d1a1213a02894472aa530a"
}
boot_command = [
"e<down><down><down><end> net.ifnames=0 biosdevnames=0 <enter>",
+8 -4
View File
@@ -1,9 +1,13 @@
#!/usr/bin/env bash
set -ex
zypper addrepo http://download.opensuse.org/distribution/leap/15.6/repo/oss/ oss
zypper addrepo http://download.opensuse.org/distribution/leap/15.6/repo/non-oss/ non-oss
zypper addrepo http://download.opensuse.org/update/leap/15.6/oss/ update-oss
zypper addrepo http://download.opensuse.org/update/leap/15.6/non-oss/ update-non-oss
# shellcheck disable=SC2016
zypper addrepo 'http://download.opensuse.org/distribution/leap/${releasever}/repo/oss/' oss
# shellcheck disable=SC2016
zypper addrepo 'http://download.opensuse.org/distribution/leap/${releasever}/repo/non-oss/' non-oss
# shellcheck disable=SC2016
zypper addrepo 'http://download.opensuse.org/update/leap/${releasever}/oss/' update-oss
# shellcheck disable=SC2016
zypper addrepo 'http://download.opensuse.org/update/leap/${releasever}/non-oss/' update-non-oss
zypper clean -a
+1 -1
View File
@@ -2,7 +2,7 @@
{
version = "15.5";
arch = "amd64";
eol = false;
eol = true;
}
{
version = "15.6";