a893b0d817
mkosi only mounts live-image/ as /work/src, so the postinst couldn't reach the repo-root bin/vetting-agent.linux-amd64 — the build failed in CI with `install: cannot stat '/work/src/bin/vetting-agent.linux-amd64'`. The Makefile now copies the prebuilt agent into mkosi.extra/, which mkosi merges into the image root automatically. The postinst is reduced to creating the multi-user.target.wants symlink. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
22 lines
247 B
Plaintext
22 lines
247 B
Plaintext
/bin/
|
|
/out/
|
|
/dist/
|
|
/tmp/
|
|
/var/
|
|
/data/
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
*.exe
|
|
*.log
|
|
vetting.yaml
|
|
!deploy/vetting.example.yaml
|
|
live-image/out/
|
|
live-image/mkosi.extra/
|
|
live-image/mkosi.cache/
|
|
live-image/mkosi.output/
|
|
live-image/build/
|
|
.vscode/
|
|
.idea/
|
|
.claude/
|