From a56140a79d3e2489ab5b11578bfe153d6e7b8e48 Mon Sep 17 00:00:00 2001 From: Lemniskett Date: Mon, 2 Nov 2020 17:01:55 +0700 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index ef51756..12501d1 100644 --- a/README.md +++ b/README.md @@ -59,3 +59,10 @@ An example with multiple enviroment variables. ``` ENV_VAR="QT_QPA_PLATFORMTHEME=qt5ct GTK_CSD=0 LD_PRELOAD=/var/home/lemniskett/git_repo/gtk3-nocsd/libgtk3-nocsd.so.0" ``` +### Known issues +#### Void Musl (or any Musl-based distros, need confirmation) +Although /run is mounted in chroot enviroment on boot, XDG_RUNTIME_DIR is not visible in chroot enviroment, remounting /run will make it visible. do : +``` +archbox --remount-run +``` +Tested in Void Linux musl