Commit graph

2 commits

Author SHA1 Message Date
cd54310129 feat(01-05): ISO build verified end-to-end on build VM
- Sandbox auto-detects podman/docker and handles sudo requirement
- Podman needs sudo for mkarchiso (loop devices, chroot)
- Docker runs privileged via daemon (no sudo needed)
- Test profile updated for UEFI-only boot (modern approach)
- Build VM (debate-builder) successfully produced 432MB ISO

Architecture:
- Dev LXC: FastAPI, PostgreSQL, code
- Build VM: Podman + archiso for ISO generation
- SSH triggers builds remotely

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 21:47:32 +00:00
4587740df1 test(01-05): add minimal ISO build test profile and script
- Minimal archiso profile (base + linux only)
- Test script runs build in container sandbox
- Verifies end-to-end ISO generation pipeline

Usage: ./scripts/test-iso-build.sh

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 20:44:09 +00:00