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:
Breadway 2026-06-14 19:38:06 +08:00
parent 76252f20b8
commit 787cc0e4c5
4 changed files with 21 additions and 31 deletions

View file

@ -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"
)