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 --- scripts/test-install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'scripts/test-install.sh') diff --git a/scripts/test-install.sh b/scripts/test-install.sh index c4f859f..f0046bb 100755 --- a/scripts/test-install.sh +++ b/scripts/test-install.sh @@ -1,5 +1,5 @@ #!/bin/bash -# test-install.sh - Automated installation testing for archzfs +# test-install.sh - Automated installation testing for archangel # # Runs unattended installs in VMs using test config files. # Verifies installation success via SSH (when enabled) or console. @@ -22,7 +22,7 @@ VM_RAM="4096" VM_CPUS="4" VM_DISK_SIZE="20G" export SSH_PORT="2222" -export SSH_PASSWORD="archzfs" +export SSH_PASSWORD="archangel" SERIAL_LOG="$LOG_DIR/serial.log" # Timeouts (seconds) @@ -149,7 +149,7 @@ start_vm() { # Start VM with serial console logging qemu-system-x86_64 \ - -name "archzfs-test-$test_name" \ + -name "archangel-test-$test_name" \ -machine type=q35,accel=kvm \ -cpu host \ -m "$VM_RAM" \ @@ -183,7 +183,7 @@ start_vm_from_disk() { # Start VM without ISO, boot from disk qemu-system-x86_64 \ - -name "archzfs-test-$test_name" \ + -name "archangel-test-$test_name" \ -machine type=q35,accel=kvm \ -cpu host \ -m "$VM_RAM" \ -- cgit v1.2.3