docs: remove test-iso.sh from project files table

Remove test-iso.sh from project files table since ISO testing is now accessible through run.sh test:iso command. Streamline documentation to show single entry point for all operations.

💘 Generated with Crush

Assisted-by: GLM-4.7 via Crush <crush@charm.land>
This commit is contained in:
2026-01-29 10:39:13 -05:00
parent afe6d2347d
commit ec1bc3eabb

View File

@@ -18,8 +18,7 @@
### 🔧 Project Files
| File | Purpose |
|------|---------|
| `run.sh` | Main entry point (build/test/lint/clean/iso) |
| `test-iso.sh` | ISO testing with libvirt/virsh VMs |
| `run.sh` | Main entry point (build/test/lint/clean/iso/test:iso) |
| `Dockerfile` | Build environment |
| `config/` | Live-build configuration |
| `tests/` | BATS test suite |