Commit 5d89929
feat(ssot): mios.toml [packages].sections + [packages.dev_overlay] -- consolidate user-defined section selection
Adds the missing piece that lets the dotfiles SSOT actually drive the
RPM install. Previously the dev overlay blanket-installed every fenced
```packages-<cat>``` block in PACKAGES.md (minus a hardcoded skip
list) -- which pulled in the full GNOME desktop, GDM, Phosh, gaming,
etc. on a podman-backend dev VM that doesn't host its own session.
[packages]
sections = [...] sections to install on a deployed MiOS host
(image-time, used by Containerfile +
automation/build.sh in a follow-up).
[packages.dev_overlay]
sections = [...] subset for the Windows-side MiOS-DEV podman
backend. NO gnome / phosh / gaming / android /
looking-glass-build / nut / freeipa / ha / ceph
-- the dev VM is a podman backend, not a
workstation. GUIs run as Flatpaks (Ptyxis,
Bazaar, Nautilus, Flatseal) routed through WSLg.
KEEPS gpu-* (CDI plumbing for /dev/dxg),
virt/storage/cockpit/build-toolchain, etc.
Always-skipped (regardless of selection): kernel, boot, moby, bloat,
critical -- WSL-incompatible or anti-pattern fence sections.
Mirrors the existing [desktop].flatpaks pattern: configurator HTML
edits the array, the build pipeline + dev overlay consume it. One
config touchpoint per Architectural Law 5 (UNIFIED-AI-REDIRECTS:
single SSOT, single resolver, single editor).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 1dbea1c commit 5d89929
1 file changed
Lines changed: 44 additions & 0 deletions
File tree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
192 | 236 | | |
193 | 237 | | |
194 | 238 | | |
| |||
0 commit comments