From 850b4eb2937069fa902e8a8a460d1c8c4b14bc72 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Wed, 15 Jan 2025 15:45:02 -0600 Subject: [PATCH 1/4] EOL openSuSE 15.5 Closes #11 --- distros/opensuse/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distros/opensuse/default.nix b/distros/opensuse/default.nix index a67d93e..efcd50d 100644 --- a/distros/opensuse/default.nix +++ b/distros/opensuse/default.nix @@ -2,7 +2,7 @@ { version = "15.5"; arch = "amd64"; - eol = false; + eol = true; } { version = "15.6"; From 956bd69c92be2ab0a5a081e665668c6c8cbe651b Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Fri, 17 Jan 2025 11:49:12 -0600 Subject: [PATCH 2/4] Use variable for ease of update --- distros/opensuse/15.6/finalize.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/distros/opensuse/15.6/finalize.sh b/distros/opensuse/15.6/finalize.sh index 31688fe..08c62ae 100644 --- a/distros/opensuse/15.6/finalize.sh +++ b/distros/opensuse/15.6/finalize.sh @@ -1,9 +1,9 @@ #!/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 +zypper addrepo 'http://download.opensuse.org/distribution/leap/${releasever}/repo/oss/' oss +zypper addrepo 'http://download.opensuse.org/distribution/leap/${releasever}/repo/non-oss/' non-oss +zypper addrepo 'http://download.opensuse.org/update/leap/${releasever}/oss/' update-oss +zypper addrepo 'http://download.opensuse.org/update/leap/${releasever}/non-oss/' update-non-oss zypper clean -a From 211fb16ced4c2dbb12843d52476077d71b5d7b86 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Fri, 17 Jan 2025 12:23:07 -0600 Subject: [PATCH 3/4] Fix shellcheck --- distros/opensuse/15.6/finalize.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/distros/opensuse/15.6/finalize.sh b/distros/opensuse/15.6/finalize.sh index 08c62ae..14ee492 100644 --- a/distros/opensuse/15.6/finalize.sh +++ b/distros/opensuse/15.6/finalize.sh @@ -1,9 +1,13 @@ #!/usr/bin/env bash set -ex +# 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 From 7629a2fe6c23eee7764a8fa2e5c740bfc216e5e6 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 21 Jan 2025 11:01:23 -0600 Subject: [PATCH 4/4] Update Archlinux URL --- distros/archlinux/rolling/amd64.pkrvars.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/distros/archlinux/rolling/amd64.pkrvars.hcl b/distros/archlinux/rolling/amd64.pkrvars.hcl index 13e2db3..2832ba3 100644 --- a/distros/archlinux/rolling/amd64.pkrvars.hcl +++ b/distros/archlinux/rolling/amd64.pkrvars.hcl @@ -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 net.ifnames=0 biosdevnames=0 ",