fixes #14
This commit is contained in:
parent
74abcce02a
commit
aa83f6cc27
@ -8,6 +8,9 @@ Arch Linux users can find a PKGBUILD in the [AUR](https://aur.archlinux.org/pack
|
|||||||
### Arch ARM
|
### Arch ARM
|
||||||
Users of Arch ARM should NOT use this method as the distro package provides analogous functionality.
|
Users of Arch ARM should NOT use this method as the distro package provides analogous functionality.
|
||||||
|
|
||||||
|
### Ubuntu
|
||||||
|
For the kodi user to access devices on `/dev/ttyxxxx`, users will need to edit `init/sysusers.conf` and uncomment the line corresponding to enable membership in the dialout group.
|
||||||
|
|
||||||
### Other distros
|
### Other distros
|
||||||
Users of other distros should install the following files:
|
Users of other distros should install the following files:
|
||||||
|
|
||||||
@ -27,7 +30,7 @@ Or for kodi-gbm:
|
|||||||
systemctl start kodi-gbm
|
systemctl start kodi-gbm
|
||||||
```
|
```
|
||||||
|
|
||||||
## Dependency List
|
## Dependencies
|
||||||
* kodi (x11 or gbm)
|
* kodi (x11 or gbm)
|
||||||
* polkit
|
* polkit
|
||||||
|
|
||||||
|
@ -9,3 +9,7 @@ m kodi audio
|
|||||||
m kodi optical
|
m kodi optical
|
||||||
m kodi uucp
|
m kodi uucp
|
||||||
m kodi video
|
m kodi video
|
||||||
|
|
||||||
|
# uncomment the following line for Ubunutu users needing access to /etc/ttyxxxx
|
||||||
|
# https://github.com/graysky2/kodi-standalone-service/issues/14
|
||||||
|
# m kodi dialout
|
||||||
|
Loading…
Reference in New Issue
Block a user