mrrl-containers

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

commit cd67a55e9d52456dc1d9546baceed808521683e0
parent d0a0d0da7e4e0aa91b6ecd119ff8cb7ab496bb26
Author: ccx <ccx@te2000.cz>
Date:   Mon, 18 Mar 2024 01:25:35 +0000

Fix /dev/input mount path

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

diff --git a/service_scripts/xorg/run b/service_scripts/xorg/run @@ -53,7 +53,7 @@ env NS_EXTRA=" if { mount -o bind,ro /etc/passwd ./etc/passwd } if { mount -o bind,ro /etc/group ./etc/group } - if { mount -o bind /dev/input ./dev/init } + if { mount -o bind /dev/input ./dev/input } if { cp -a /dev/tty${vtN} ./dev/tty${vtN} } if { chmod 660 ./dev/tty${vtN} } if { chown root:xorg ./dev/tty${vtN} }