Fix breadd skel config schema; remove temp live diagnostic
All checks were successful
Mirror to GitHub / mirror (push) Successful in 6s
All checks were successful
Mirror to GitHub / mirror (push) Successful in 6s
- breadd.toml: the shipped skel used a stale [adapters] schema (keyboard/mouse/touchpad/gamepad booleans); breadd 0.6.4 expects hyprland/udev/power/network/bluetooth structs. `bluetooth = true` collided with the real AdapterToggle field and aborted the daemon at startup. - Drop the temporary bos-live-diag serial diagnostic now that the live-session failures are diagnosed. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
122cd39cb1
commit
2a866144f4
4 changed files with 21 additions and 31 deletions
|
|
@ -20,5 +20,4 @@ file_permissions=(
|
|||
["/usr/local/bin/bos-live-setup"]="0:0:755"
|
||||
["/usr/local/bin/bos-launch-calamares"]="0:0:755"
|
||||
["/usr/local/bin/bos-copy-kernel"]="0:0:755"
|
||||
["/usr/local/bin/bos-live-diag"]="0:0:755"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue