fix(iso): avoid corrupting staged colibri rc script (Sam & Codex) #49

Merged
clawdie merged 1 commit from fix/colibri-rc-sed-corruption into main 2026-06-14 21:48:42 +02:00

1 commit

Author SHA1 Message Date
04fe519814 fix(iso): avoid corrupting staged colibri rc script (Sam & Codex)
Replace fragile BSD sed append usage with awk when adding poststart chmods to the staged colibri_daemon rc.d script. The previous sed form appended the socket chmod after every line, corrupting the live USB service script.\n\nChecks: sh -n scripts/stage-colibri-iso.sh; fake COLIBRI_ARTIFACT_DIR staging; sh -n staged usr/local/etc/rc.d/colibri_daemon; git diff --check.
2026-06-14 21:45:08 +02:00