11 lines
357 B
Markdown
11 lines
357 B
Markdown
|
|
# ISO Integration
|
||
|
|
|
||
|
|
Cleanup is mandatory after ISO builds or Colibri dev sessions:
|
||
|
|
|
||
|
|
```bash
|
||
|
|
cd ~/ai/colibri && cargo clean
|
||
|
|
rm -rf /tmp/colibri-daemon-socket-test-* /tmp/colibri-scheduler-test-* /tmp/colibri-live-smoke-* /tmp/colibri-osa-smoke-*
|
||
|
|
```
|
||
|
|
|
||
|
|
FreeBSD ISO build artifacts in `clawdie-iso/tmp/` should also be cleaned per the `iso-build-cleanup` skill.
|