X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/4bbe235a2f10a0f8f45ed339967fc0ba267dccdf..ceddbf89ac27fc6dcfe68908d5e44827f73a94ac:/tools/actions/container_manager.py?ds=sidebyside diff --git a/tools/actions/container_manager.py b/tools/actions/container_manager.py index 24e410b..898bb83 100644 --- a/tools/actions/container_manager.py +++ b/tools/actions/container_manager.py @@ -69,6 +69,8 @@ def start(args): # Graphics "/dev/dri", "/dev/graphics", + "/dev/pvr_sync", + "/dev/ion", ] # Framebuffers @@ -137,7 +139,8 @@ def start(args): if which("start"): command = ["start", "cgroup-lite"] tools.helpers.run.user(args, command, check=False) - helpers.mount.umount_all(args, "/sys/fs/cgroup/schedtune") + command = ["umount", "-l", "/sys/fs/cgroup/schedtune"] + tools.helpers.run.user(args, command, check=False) #TODO: remove NFC hacks if which("stop"):