From f9944b4a09ccb98a8c3a6c3d835072538992d261 Mon Sep 17 00:00:00 2001 From: Alexander Tratsevskiy Date: Thu, 30 Dec 2021 15:39:39 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D1=8B=20=D0=BD=D0=B0=D1=81=D1=82=D1=80=D0=BE=D0=B9=D0=BA?= =?UTF-8?q?=D0=B8=20=D0=BA=D0=BE=D0=BD=D1=82=D0=B5=D0=B9=D0=BD=D0=B5=D1=80?= =?UTF-8?q?=D0=B0=20CCG.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profiles/templates/3.6/6_ac_builder_container/meta/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/templates/3.6/6_ac_builder_container/meta/config b/profiles/templates/3.6/6_ac_builder_container/meta/config index 3e53b6753..bf9be381e 100644 --- a/profiles/templates/3.6/6_ac_builder_container/meta/config +++ b/profiles/templates/3.6/6_ac_builder_container/meta/config @@ -6,8 +6,8 @@ lxc.mount.auto = cgroup:mixed proc:mixed sys:rw lxc.environment = LXC_DESKTOP=1 # Nvidia driver support -#lxc.cgroup.devices.allow = c 195:* rwm -#lxc.mount.entry = /usr/src usr/src none bind,create=dir +lxc.cgroup.devices.allow = c 195:* rwm +lxc.mount.entry = /usr/src usr/src none bind,create=dir # uinput might be needed for gamepad support with streaming lxc.mount.entry = /dev/uinput dev/uinput none bind,optional,create=file