From 5897a2fa5da8615c4406624c9e2ba6069471ae79 Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Mon, 10 Feb 2025 23:01:02 -0800 Subject: [PATCH] fix: set xdg_runtime_dir required by keyfork --- rootfs/etc/profile | 1 + 1 file changed, 1 insertion(+) diff --git a/rootfs/etc/profile b/rootfs/etc/profile index ffff30e..b3ae715 100644 --- a/rootfs/etc/profile +++ b/rootfs/etc/profile @@ -2,6 +2,7 @@ export EDITOR=/bin/vi export PATH="/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin" export PS1="[\h \t] \\$ " export GNUPGHOME=/.gnupg +export XDG_RUNTIME_DIR=/tmp source /etc/environment cd /root clear