Files
ckochandClaude Fable 5 d8ec1d85a5 Create the kid account in the input group
Sunshine (running in the kid's session) needs /dev/uinput — group
'input' — to create the virtual mouse/keyboard for Moonlight remote
control; without it the input stream hangs at "establishment" while
video works. Found on hardware; on-box fix is usermod -aG input.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-18 15:38:15 -04:00

18 lines
547 B
TOML

# bootc-image-builder customizations for the installer ISO.
# Mount as /config.toml on the bib container (see BUILD-CONSOLE.md).
#
# PLACEHOLDER PASSWORDS — change both on first login:
# passwd (for the account you're logged into)
# sudo passwd kid (parent can reset the kid's password)
[[customizations.user]]
name = "parent"
password = "bc250console"
groups = ["wheel"]
[[customizations.user]]
name = "kid"
password = "bc250console"
# input: Sunshine needs /dev/uinput access for Moonlight remote control
groups = ["input"]