mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(mediabox): kfd
This commit is contained in:
parent
ba69fb80ae
commit
f2c17ff757
2 changed files with 3 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
|||
"/mnt/kyuuto-media/downloads/deluge mnt/kyuuto-media/downloads/deluge none bind,optional,create=dir",
|
||||
"/rpool/caches/plex mnt/caches/plex none bind,optional,create=dir",
|
||||
"/rpool/shared/plex mnt/shared/plex none bind,optional,create=dir",
|
||||
"/dev/kfd dev/kfd none bind,optional,create=file",
|
||||
"/dev/dri/renderD128 dev/dri/renderD128 none bind,optional,create=file"
|
||||
],
|
||||
"lxc.idmap": [
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
SUBSYSTEM=="drm", KERNEL=="renderD128", OWNER="100193"
|
||||
SUBSYSTEM=="drm", KERNEL=="renderD128", OWNER="100193", GROUP="100303"
|
||||
SUBSYSTEM=="kfd", KERNEL=="kfd", OWNER="100193", GROUP="100303"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue