diff --git a/build-console.sh b/build-console.sh index 115eb67..8661a15 100755 --- a/build-console.sh +++ b/build-console.sh @@ -46,6 +46,9 @@ groups = ["wheel"] [[customizations.user]] name = "$KID_USER" password = "$KID_PASSWORD" +# input: Sunshine needs /dev/uinput (group input) to create the virtual +# mouse/keyboard for Moonlight remote control +groups = ["input"] EOF mkdir -p files/console/etc diff --git a/iso-config.toml b/iso-config.toml index bef4496..1b02d89 100644 --- a/iso-config.toml +++ b/iso-config.toml @@ -13,3 +13,5 @@ groups = ["wheel"] [[customizations.user]] name = "kid" password = "bc250console" +# input: Sunshine needs /dev/uinput access for Moonlight remote control +groups = ["input"]