# Graphics
"/dev/dri",
"/dev/graphics",
+ "/dev/pvr_sync",
+ "/dev/ion",
]
# Framebuffers
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"):