From d32546a050e08c666ec54cd422bd8a79d66e81c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 31 Jan 2026 14:46:21 -0600 Subject: refactor: rename archzfs to archangel, simplify build-release - Standardize naming: VM names, hostname, passwords, ISO naming - Remove USB, Ventoy, and local deployment from build-release - Add snapper package and Btrfs validation tests to sanity-test - Update README for dual ZFS/Btrfs architecture - Delete obsolete SESSION-CONTEXT.md and download-archzfs-iso.sh --- custom/archsetup-zfs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'custom') diff --git a/custom/archsetup-zfs b/custom/archsetup-zfs index 89aeb08..df8f835 100755 --- a/custom/archsetup-zfs +++ b/custom/archsetup-zfs @@ -6,7 +6,7 @@ # This is a ZFS-specific variant of archsetup. # It replaces btrfs snapshot tooling with ZFS equivalents. # -# Run this after install-archzfs completes and you've rebooted. +# Run this after archangel completes and you've rebooted. # Commentary # @@ -15,7 +15,7 @@ # - Adds: sanoid/syncoid configuration verification # - Keeps: All other package installations and configurations # -# The ZFS snapshot infrastructure is already configured by install-archzfs: +# The ZFS snapshot infrastructure is already configured by archangel: # - sanoid.timer for automatic snapshots # - pacman hook for pre-upgrade snapshots # - syncoid script for TrueNAS replication @@ -340,7 +340,7 @@ essential_services() { pacman_install pacman-contrib systemctl enable --now paccache.timer >> "$logfile" 2>&1 - # ZFS snapshot services (already configured by install-archzfs) + # ZFS snapshot services (already configured by archangel) display "subtitle" "ZFS Snapshot Services" action="verifying sanoid timer" && display "task" "$action" systemctl enable --now sanoid.timer >> "$logfile" 2>&1 || \ @@ -416,7 +416,7 @@ main() { echo " ~/code/archsetup/archsetup" echo "" echo "The ZFS-specific services (sanoid, pacman hooks," - echo "syncoid) were already configured by install-archzfs." + echo "syncoid) were already configured by archangel." echo "" # When fully implemented, this will call: -- cgit v1.2.3