aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-17 00:13:15 -0500
committerCraig Jennings <c@cjennings.net>2026-06-17 00:13:15 -0500
commit448a40651e71f8be4dd6a7b3b03bb233e6894eec (patch)
tree69b5da770e91955a5216812e00b12315079c81c2 /README.org
parent4985fa8fa92784b5e63455df43bf59cf3387b7fe (diff)
downloadarchangel-448a40651e71f8be4dd6a7b3b03bb233e6894eec.tar.gz
archangel-448a40651e71f8be4dd6a7b3b03bb233e6894eec.zip
fix(build): drop sanoid from the baked AUR setHEADmain
sanoid depends on perl-config-inifiles, which is AUR-only. makepkg -s can't resolve it from the official repos, so the build aborts before it produces an ISO. The 2026-06-09 dependency gate checked AUR-RPC existence rather than the official sync dbs, so it wrongly classified perl-config-inifiles as official. A full build caught it. sanoid joins paru and mkinitcpio-firmware as AUR-of-AUR packages deferred to the vNext dependency-resolution work. The v1 baked set is now eight packages. Updated the tests and README to match.
Diffstat (limited to 'README.org')
-rw-r--r--README.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.org b/README.org
index 7eaca4f..32696ae 100644
--- a/README.org
+++ b/README.org
@@ -69,9 +69,9 @@ back to the upstream URLs.
them into the ISO as a local pacman repo at ~/usr/share/aur-packages~.
They work in the live environment (~pacman -Sl aur~) and install onto
the target offline, so the installer never needs the AUR or a build
-toolchain on the target. The v1 set (audited 2026-06-09):
+toolchain on the target. The v1 set (re-audited 2026-06-16):
~downgrade~, ~yay~, ~informant~, ~zrepl~, ~pacman-cleanup-hook~,
-~sanoid~, ~zfs-auto-snapshot~, ~topgrade~, ~ventoy-bin~.
+~zfs-auto-snapshot~, ~topgrade~, ~ventoy-bin~.
Building these needs ~base-devel~ and ~git~ on the build host, and the
build must run under ~sudo~ so it can drop to your user for ~makepkg~