Installed systemd-coredump to diagnose a full GPU freeze. It's currently a one-off apt install — declared nowhere, so it won't reproduce on other machines.
The apt side only has os/linux/bootstrap.apt (pre-Homebrew prereqs only), so there's no obvious home for general/diagnostic apt packages.
Ask:
- Decide where to track non-prereq apt packages (extend
bootstrap.apt, or add a small manifest + run_onchange_ installer per the packages skill).
- Add
systemd-coredump there.
- Consider whether the
ramoops/pstore kernel-cmdline setup belongs alongside it.
Installed
systemd-coredumpto diagnose a full GPU freeze. It's currently a one-off apt install — declared nowhere, so it won't reproduce on other machines.The apt side only has
os/linux/bootstrap.apt(pre-Homebrew prereqs only), so there's no obvious home for general/diagnostic apt packages.Ask:
bootstrap.apt, or add a small manifest +run_onchange_installer per thepackagesskill).systemd-coredumpthere.ramoops/pstore kernel-cmdline setup belongs alongside it.