aboutsummaryrefslogtreecommitdiff
path: root/assets/cogito-hardware-specs.txt
Commit message (Collapse)AuthorAgeFilesLines
* clean personal info and private files from repositoryCraig Jennings2026-02-221-17/+0
| | | | | | | | | | - Remove personal hardware specs, machine-specific troubleshooting docs, and video transcript from assets/ - Remove stale PLAN-zfsbootmenu-implementation.org (feature complete) - Remove .stignore (Syncthing config, not project-relevant) - Untrack todo.org (personal task tracker with private infra details) - Make archsetup path configurable via ARCHSETUP_DIR env var in build.sh - Use $REAL_USER instead of hardcoded username in build-release scp
* Add comprehensive installation tests and ZFS script deploymentCraig Jennings2026-01-191-0/+17
- Add scripts/full-test.sh for automated install testing (single, mirror, raidz1) - Add --full-test option to build-release workflow - Install zfssnapshot and zfsrollback to target system during install - Simplify .gitignore to exclude entire vm/ directory