aboutsummaryrefslogtreecommitdiff
path: root/scripts/boot-vm.sh
Commit message (Collapse)AuthorAgeFilesLines
* chore: standardize shebangs, fix lint target, add .editorconfigCraig Jennings2026-02-231-1/+1
| | | | | | | - Change all script shebangs to #!/usr/bin/env bash for portability (heredocs writing to installed systems keep #!/bin/bash) - Remove || true from Makefile lint target so shellcheck errors fail the build - Add .editorconfig for consistent formatting across editors
* refactor: rename archzfs to archangel, simplify build-releaseCraig Jennings2026-01-311-1/+1
| | | | | | | | - 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
* Add boot-vm.sh convenience scriptCraig Jennings2026-01-181-0/+17
Simple wrapper that boots from disk if installed, otherwise from ISO. Saves having to remember --boot-disk flag.