# 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"]