From bf7098186f60ec1705addb4841d1d5bcf7dacd45 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 9 Apr 2026 22:02:44 -0500 Subject: fix: migrate archzfs repo from stale archzfs.com to GitHub Releases archzfs.com was abandoned mid-2025; latest packages were ZFS 2.3.2 for kernel 6.12.29. The new GitHub-hosted repo has ZFS 2.4.1 for 6.18.21. --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index a2e3ca3..c494ef7 100755 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ # build.sh - Build the custom Arch ZFS installation ISO # Must be run as root # -# Uses linux-lts kernel with zfs-dkms from archzfs.com repository. +# Uses linux-lts kernel with zfs-dkms from archzfs GitHub releases. # DKMS builds ZFS from source, ensuring it always matches the kernel version. set -euo pipefail @@ -151,7 +151,7 @@ info "Adding archzfs repository..." cat >> "$PROFILE_DIR/pacman.conf" << 'EOF' [archzfs] -Server = https://archzfs.com/$repo/$arch +Server = https://github.com/archzfs/archzfs/releases/download/experimental SigLevel = Never EOF -- cgit v1.2.3