Add QEMU VM helper script for development environment

Introduces bin/yino-vm with create, boot, delete, and status subcommands
for managing a QEMU x86_64 VM on macOS. Auto-detects OVMF firmware paths
and CPU/accelerator (HVF on Intel, TCG on Apple Silicon). VM artifacts
are stored in vm/ (gitignored). Completes TODO #1.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Michael Smith
2026-02-16 00:30:31 +01:00
parent 60b0bb3037
commit 4b30682e17
4 changed files with 251 additions and 1 deletions

View File

@@ -9,7 +9,7 @@
## TODO
- [ ] Set up development environment (QEMU VM for testing)
- [x] Set up development environment (QEMU VM for testing)
- [ ] Create ISO generation pipeline (Debian ISO with unattended install that triggers Yino installer)
- [ ] Configure boot and full disk encryption (LUKS, initramfs, bootloader) as part of unattended install
- [ ] Port Omarchy installer to Debian (runs post-install, equivalent of Omarchy's phase 2-5 scripts)