aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2020-12-01 15:57:46 +0300
committerEvgeny Zinoviev <me@ch1p.io>2020-12-01 15:57:46 +0300
commit2551cab43facf32a5a2b3768ae3034cd10095619 (patch)
treef7113eb986d7d6d6c5c2fb7a03ae567f76d26fb5
parent1dffdb97be4457e8cad905aa910677be81057fe3 (diff)
readme: add faq section
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index e8ee8b9..7d3eca9 100644
--- a/README.md
+++ b/README.md
@@ -117,6 +117,21 @@ end, it will work. (If it's not, then something's still missing. In particular,
make sure to install fonts related packages: `xorg-fonts`, `freetype`,
`fontconfig`, `libXft`.)
+## FAQ
+
+#### Q: `sudo voidnsrun xbps-install` exits with "environment variable VOIDNSRUN_DIR not found" error
+
+A: Add this line to `/etc/sudoers`:
+```
+Defaults env_keep += "VOIDNSRUN_DIR"
+```
+
+#### Q: Why applications launched with voidnsrun do not see my fonts?
+
+A: If you installed fonts on your main system, applications that run in the mount
+namespace can't see them because of custom `/usr` directory. You need to install
+them again into the altroot directory.
+
## Changelog
#### 1.1