cachyos-base-check
| Version | 2026.231.1219 |
| Repo | box/cachyos |
CachyOS base-image verification layer: proves the pacman scriptlet network
sandbox is disabled (so install scriptlets and hooks actually run in rootless
build containers), the image is CachyOS, pacman is present, and the cachyos-v3
repo is configured. Composed by the cachyos base box so every CachyOS-derived
image bakes these checks into its ai.opencharly.description plan and they run
in charly check box / charly check live — a base-box plan alone would NOT
bake into derived images, leaving the headline sandbox gate unexecuted in the
beds that ship the fix.
Acceptance plan
Section titled “Acceptance plan”This candy’s plan: — the runnable spec charly check executes against a live deployment. check: steps are idempotent probes; run: steps change state.
| Intent | Step |
|---|---|
check |
pacman’s scriptlet network sandbox is disabled, so install scriptlets and hooks actually run instead of being refused |
check |
command=cat /etc/os-release |
check |
command=pacman –version |
check |
command=pacman-conf –repo-list |