Claude
511cf960d6
feat: Pre-create containers in build.zsh
Changed container creation from install-time to build-time:
Before:
- build.zsh: create only aios
- install.sh: machinectl clone aios → aiosback, workspace
After:
- build.zsh: create aios + aiosback + workspace (cp -a)
- install.sh: just extract and move to /var/lib/machines/
Benefits:
- Simpler install.sh (no machinectl clone operations)
- Faster installation (no clone overhead)
- All containers included in tarball
- Consistent initial state
2025-11-07 12:53:12 +00:00
..
2025-11-07 07:02:43 +00:00
2025-07-04 11:46:50 +09:00
2025-11-06 15:56:00 +00:00
2025-11-07 06:02:40 +00:00
2025-11-06 12:36:50 +00:00
2025-01-20 16:31:50 +09:00
2024-02-12 09:28:34 +09:00
2025-11-07 12:53:12 +00:00
2025-11-06 12:36:50 +00:00
2025-11-06 13:35:21 +00:00
2025-11-06 13:34:31 +00:00
2025-11-07 12:35:19 +00:00
2025-11-07 12:35:19 +00:00
2025-11-06 13:19:48 +00:00