Fix breadd skel config schema; remove temp live diagnostic
- 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.
This commit is contained in:
parent
76252f20b8
commit
787cc0e4c5
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