fix(mediabox): kfd

This commit is contained in:
arcnmx 2024-09-12 17:14:38 -07:00
parent ba69fb80ae
commit f2c17ff757
2 changed files with 3 additions and 1 deletions

View file

@ -5,6 +5,7 @@
"/mnt/kyuuto-media/downloads/deluge mnt/kyuuto-media/downloads/deluge none bind,optional,create=dir", "/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/caches/plex mnt/caches/plex none bind,optional,create=dir",
"/rpool/shared/plex mnt/shared/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" "/dev/dri/renderD128 dev/dri/renderD128 none bind,optional,create=file"
], ],
"lxc.idmap": [ "lxc.idmap": [

View file

@ -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"