diff options
| author | Craig Jennings <c@cjennings.net> | 2026-04-09 22:02:44 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-04-09 22:02:44 -0500 |
| commit | 057145e9b9f2106ad3284ce9c37ec6256a500538 (patch) | |
| tree | 1f486e4a942a03c16fa53918750cbb3eb2a60828 /build.sh | |
| parent | de51db8c6620be0edca9aa58cea884574218bfe8 (diff) | |
| download | archangel-057145e9b9f2106ad3284ce9c37ec6256a500538.tar.gz archangel-057145e9b9f2106ad3284ce9c37ec6256a500538.zip | |
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.
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
