What problem are you solving?#
- I am using an agent and I take responsibility for this PR
Changes#
Testing#
-
just validatepasses -
just boot-testpasses (automated boot smoke test) -
just lintpasses on a built image -
just boot-fastorjust boot-vm— desktop comes up, no regressions
Checklist#
- New BST elements wired into
deps.bst - Patches in
patches/regenerated if junction refs changed
Community verification (bug-fix PRs)#
If this PR fixes a bug, add verify-steps to the issue so the community can confirm
the fix works on their hardware after the next nightly ships:
```verify
# Steps for users to verify this fix:
systemctl status <affected-service>
# or whatever the user should check
```
Users will run ujust verify <issue-number> which fetches these steps automatically.