mrrl-containers

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

commit aca11bf9b4dfb4f0a7c1d37c07d665113b24aeed
parent 845d490d45fac0b32572d405874812b77765eadc
Author: ccx <ccx@te2000.cz>
Date:   Mon, 18 Mar 2024 17:10:21 +0000

Explicitly call busybox xxd

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 @@ -72,7 +72,7 @@ env HOME=${CONTAINER_USER_HOME} USER=${CONTAINER_USER} if { pipeline { if { printf "add :%d . " ${vtN} } - if { redirfd -r 0 /dev/urandom xxd -p -l 16 } + if { redirfd -r 0 /dev/urandom busybox xxd -p -l 16 } } xauth -f ${XDG_RUNTIME_DIR}/Xauthority source - }