diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-31 14:46:21 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-31 14:46:21 -0600 |
| commit | 9835f35db6bd748ed79a35216cddd786df211a59 (patch) | |
| tree | 41b434e6014ccbaa47b96588e58258e7907a1d8d /custom/archsetup-zfs | |
| parent | 8b564fd1b8be7be2ad8048b8259023c716f16542 (diff) | |
| download | archangel-9835f35db6bd748ed79a35216cddd786df211a59.tar.gz archangel-9835f35db6bd748ed79a35216cddd786df211a59.zip | |
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
Diffstat (limited to 'custom/archsetup-zfs')
| -rwxr-xr-x | custom/archsetup-zfs | 8 |
1 files changed, 4 insertions, 4 deletions
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: |
