From 9835f35db6bd748ed79a35216cddd786df211a59 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 --- scripts/boot-vm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/boot-vm.sh') diff --git a/scripts/boot-vm.sh b/scripts/boot-vm.sh index 82922db..6eb8eea 100755 --- a/scripts/boot-vm.sh +++ b/scripts/boot-vm.sh @@ -6,7 +6,7 @@ # - Otherwise, boot from ISO SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" -VM_DISK="$SCRIPT_DIR/../vm/archzfs-test.qcow2" +VM_DISK="$SCRIPT_DIR/../vm/archangel-test.qcow2" if [[ -f "$VM_DISK" ]] && [[ $(stat -c%s "$VM_DISK") -gt 200000 ]]; then # Disk exists and is larger than ~200KB (has been written to) -- cgit v1.2.3