fix(linux): give jq its own flags, and prove the live modes in the image #226
Loading…
Reference in a new issue
No description provided.
Delete branch "sean/shell-kernel-gates-jq-flags"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
snapshot -S -c passed those flags to the shell function, which ignored them, so the snapshot came out pretty-printed where the Python emitted json.dumps(sort_keys=True). The flags now belong to jq. The live modes are proved too, which the 38 fact cases could not cover: snapshot, base-packages and the fact-gathering in verify read the real machine. Both implementations were run inside the rebuilt node-bootc image this recipe pins -- base-packages byte-identical, snapshot identical as JSON (23275 bytes against 23860, the difference entirely json.dumps separators). The image also confirms jq, yq v4.53.2, and yq -p toml parsing the kargs file. https://claude.ai/code/session_01KZoQin34jeyt6nDGqvJA76
e43332f70c466378a3ac