mrrl-containers

MRRL version of container scripts
git clone https://ccx.te2000.cz/git/mrrl-containers
Log | Files | Refs

commit 9fe03975c22f63d52e466a375de49512e1daf7ae
parent 66edd6f39e9a29ec3f7c30449628ffbc0baa7552
Author: ccx <ccx@te2000.cz>
Date:   Mon, 18 Mar 2024 18:14:19 +0000

Give xorg access to /dev/dri

Diffstat:
Mservice_scripts/xorg/run | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/service_scripts/xorg/run b/service_scripts/xorg/run @@ -58,6 +58,7 @@ ns_run_unshared data/root { if { mount -o bind,ro /etc/passwd ./etc/passwd } if { mount -o bind,ro /etc/group ./etc/group } + if { mount -o bind /dev/dri ./dev/dri } if { mount -o bind /dev/input ./dev/input } if { cp -a /dev/tty${vtN} ./dev/tty${vtN} }